]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
These tests now exist in acinclude.m4
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 27 May 2003 19:28:39 +0000 (19:28 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 27 May 2003 19:28:39 +0000 (19:28 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@100041 13f79535-47bb-0310-9956-ffa450edef68

config.m4

index 16ea75b28331412fe34e353706d34933d5df6dc4..a14254395a99ff8977e0e10b496f00d02a1ad90e 100644 (file)
--- a/config.m4
+++ b/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