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

Comparing ircd-hybrid/branches/8.2.x/configure (file contents):
Revision 4181 by michael, Sun Jul 6 13:11:44 2014 UTC vs.
Revision 4246 by michael, Thu Jul 17 19:41:33 2014 UTC

# Line 1 | Line 1
1   #! /bin/sh
2 < # From configure.ac Id: configure.ac 3725 2014-05-31 16:29:38Z michael .
2 > # From configure.ac Id: configure.ac 4181 2014-07-06 13:11:44Z michael .
3   # Guess values for system-dependent variables and create Makefiles.
4   # Generated by GNU Autoconf 2.69 for ircd-hybrid 8.2.0beta4.
5   #
# Line 13996 | Line 13996 | $as_echo "disabled" >&6; }
13996   fi
13997  
13998   if test "$cf_enable_openssl" != "no"; then :
13999 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
14000 < $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13999 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8m or above" >&5
14000 > $as_echo_n "checking for OpenSSL 0.9.8m or above... " >&6; }
14001    if test "$cross_compiling" = yes; then :
14002    cf_openssl_version_ok=no
14003   else
# Line 14010 | Line 14010 | else
14010   int
14011   main ()
14012   {
14013 < exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
14013 > exit(!(OPENSSL_VERSION_NUMBER >= 0x009080dfL));
14014    ;
14015    return 0;
14016   }

Diff Legend

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