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

Comparing ircd-hybrid-7.3/configure.ac (file contents):
Revision 1105 by michael, Mon Aug 2 20:14:21 2010 UTC vs.
Revision 1106 by michael, Tue Nov 2 15:10:53 2010 UTC

# Line 164 | Line 164 | fi
164  
165   AS_IF([test "$cf_enable_openssl" != "no"],
166   [AC_MSG_CHECKING(for OpenSSL 0.9.7 or above)
167 <  AC_RUN_IFELSE(
167 >  AC_RUN_IFELSE([
168      AC_LANG_PROGRAM([
169      #include <openssl/opensslv.h>
170      #include <stdlib.h>],
171 <    [[exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000));]]),
171 >    [[ exit(!(OPENSSL_VERSION_NUMBER >= 0x00907000)); ]])],
172    [cf_openssl_version_ok=yes],
173    [cf_openssl_version_ok=no],
174    [cf_openssl_version_ok=no])
175  
176    AS_IF([test "$cf_openssl_version_ok" = "yes"],
177      [AC_MSG_RESULT(found)
178 <  
178 >
179      AC_CHECK_LIB(crypto, RSA_free)
180      AS_IF([test "$ac_cv_lib_crypto_RSA_free" = "yes"],
181        [AC_CHECK_FUNCS(EVP_bf_cfb           \

Diff Legend

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