You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2003/05/19 16:43:20 UTC

cvs commit: httpd-2.0/modules/ssl config.m4

wrowe       2003/05/19 07:43:20

  Modified:    modules/ssl config.m4
  Log:
    First point out that we lost HAVE_SSL_SET_STATE and HAVE_SSL_SET_CERT_STORE
    autoconf discovery.
  
  Revision  Changes    Path
  1.13      +2 -0      httpd-2.0/modules/ssl/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/modules/ssl/config.m4,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- config.m4	13 Mar 2003 20:36:39 -0000	1.12
  +++ config.m4	19 May 2003 14:43:20 -0000	1.13
  @@ -77,6 +77,8 @@
   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