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

Comparing ircd-hybrid/trunk/configure.ac (file contents):
Revision 2030 by michael, Tue May 14 18:24:55 2013 UTC vs.
Revision 2228 by michael, Thu Jun 13 19:46:30 2013 UTC

# Line 117 | Line 117 | else
117   fi
118  
119   AS_IF([test "$cf_enable_openssl" != "no"],
120 < [AC_MSG_CHECKING(for OpenSSL 0.9.8s or above)
120 > [AC_MSG_CHECKING(for OpenSSL 0.9.8 or above)
121    AC_RUN_IFELSE([
122      AC_LANG_PROGRAM([
123      #include <openssl/opensslv.h>
124      #include <stdlib.h>],
125 <    [[ exit(!(OPENSSL_VERSION_NUMBER >= 0x0090813f)); ]])],
125 >    [[ exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000)); ]])],
126    [cf_openssl_version_ok=yes],
127    [cf_openssl_version_ok=no],
128    [cf_openssl_version_ok=no])

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines