diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2003-05-27 21:28:39 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2003-05-27 21:28:39 +0200 |
commit | b36a32b59a130e9857630d461ec3e77c529b7a09 (patch) | |
tree | 010755dc418dc85bcf5cf812ca1ce8d511f4010b /modules/ssl/config.m4 | |
parent | Clean up the OpenSSL/SSL-C tests... (diff) | |
download | apache2-b36a32b59a130e9857630d461ec3e77c529b7a09.tar.xz apache2-b36a32b59a130e9857630d461ec3e77c529b7a09.zip |
These tests now exist in acinclude.m4
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100041 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/ssl/config.m4')
-rw-r--r-- | modules/ssl/config.m4 | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/modules/ssl/config.m4 b/modules/ssl/config.m4 index 16ea75b283..a14254395a 100644 --- a/modules/ssl/config.m4 +++ b/modules/ssl/config.m4 @@ -77,9 +77,6 @@ ssl_util_table.lo dnl dnl # hook module into the Autoconf mechanism (--enable-ssl option) APACHE_MODULE(ssl, [SSL/TLS support (mod_ssl)], $ssl_objs, , no, [ APACHE_CHECK_SSL_TOOLKIT - AC_CHECK_FUNCS(SSL_set_state) - AC_CHECK_FUNCS(SSL_set_cert_store) - AC_CHECK_FUNCS(ENGINE_init) ]) dnl # end of module specific part |