ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/configure.ac
(Generate patch)

Comparing ircd-hybrid-8/configure.ac (file contents):
Revision 1455 by michael, Fri Jun 29 13:58:54 2012 UTC vs.
Revision 1456 by michael, Mon Jul 2 18:21:40 2012 UTC

# Line 131 | Line 131 | AS_IF([test "$cf_enable_openssl" != "no"
131    AS_IF([test "$cf_openssl_version_ok" = "yes"],
132      [AC_MSG_RESULT(found)
133  
134 <    AC_CHECK_LIB(ssl, SSL_connect)
135 <    AS_IF([test "$ac_cv_lib_ssl_SSL_connect" = "yes"],
136 <      [AC_CHECK_LIB(crypto, RSA_free)])
134 >    AC_CHECK_LIB(crypto, RSA_free)
135 >    AS_IF([test "$ac_cv_lib_crypto_RSA_free" = "yes"],
136 >      [AC_CHECK_LIB(ssl, SSL_connect)])
137      ],[AC_MSG_RESULT(no - OpenSSL support disabled)
138      cf_enable_openssl="no"])])
139  
140 < AM_CONDITIONAL(ENABLE_SSL, [test "$ac_cv_lib_crypto_RSA_free" = yes])
140 > AM_CONDITIONAL(ENABLE_SSL, [test "$ac_cv_lib_ssl_SSL_connect" = yes])
141  
142  
143   AC_ARG_ENABLE(assert, AS_HELP_STRING([--enable-assert],

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)