]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Replace the APACHE_CHECK_SSL_TOOLKIT method with a cleaner one, using
authorMadhusudan Mathihalli <madhum@apache.org>
Thu, 13 Mar 2003 20:36:39 +0000 (20:36 +0000)
committerMadhusudan Mathihalli <madhum@apache.org>
Thu, 13 Mar 2003 20:36:39 +0000 (20:36 +0000)
autoconf tools (AC_CHECK_HEADER, AC_CHECK_LIB etc).

Submitted by: Geoff Thorpe <geoff@geoffthorpe.net>
Reviewed by: Madhu, Justin

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk/modules/ssl@98999 13f79535-47bb-0310-9956-ffa450edef68

config.m4

index e56c48dc5cac2d2f0783b18c68fc82d1f0736a8f..a14254395a99ff8977e0e10b496f00d02a1ad90e 100644 (file)
--- a/config.m4
+++ b/config.m4
@@ -77,8 +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)
 ])
 
 dnl #  end of module specific part