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

Comparing ircd-hybrid-7.2/configure.ac (file contents):
Revision 166 by db, Fri Oct 21 04:20:48 2005 UTC vs.
Revision 251 by michael, Fri Nov 11 12:36:59 2005 UTC

# Line 513 | Line 513 | if test "$cf_enable_openssl" != no; then
513                  AC_LANG_PROGRAM(
514                  [#include <openssl/opensslv.h>
515                  #include <stdlib.h>],
516 <                [[if ( (OPENSSL_VERSION_NUMBER & 0x00906000) == 0x00906000)
516 >                [[if (OPENSSL_VERSION_NUMBER >= 0x00906000)
517                  exit(0); else exit(1);]]),
518          cf_openssl_version_ok=yes,
519          cf_openssl_version_ok=no,

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines