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

Comparing ircd-hybrid/trunk/configure (file contents):
Revision 2064 by michael, Thu May 16 09:56:02 2013 UTC vs.
Revision 2228 by michael, Thu Jun 13 19:46:30 2013 UTC

# Line 13785 | Line 13785 | $as_echo "disabled" >&6; }
13785   fi
13786  
13787   if test "$cf_enable_openssl" != "no"; then :
13788 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8s or above" >&5
13789 < $as_echo_n "checking for OpenSSL 0.9.8s or above... " >&6; }
13788 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
13789 > $as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
13790    if test "$cross_compiling" = yes; then :
13791    cf_openssl_version_ok=no
13792   else
# Line 13799 | Line 13799 | else
13799   int
13800   main ()
13801   {
13802 < exit(!(OPENSSL_VERSION_NUMBER >= 0x0090813f));
13802 > exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
13803    ;
13804    return 0;
13805   }

Diff Legend

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