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 9159 by michael, Fri Jan 10 19:11:29 2020 UTC vs.
Revision 9160 by michael, Fri Jan 17 18:57:09 2020 UTC

# Line 16741 | Line 16741 | $as_echo "disabled" >&6; }
16741   fi
16742  
16743   if test "$cf_enable_openssl" != "no"; then :
16744 <  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL or OpenSSL 1.0.1f and above" >&5
16745 < $as_echo_n "checking for LibreSSL, or OpenSSL 1.1.1 and above... " >&6; }
16744 >  { $as_echo "$as_me:${as_lineno-$LINENO}: checking for LibreSSL" >&5
16745 > $as_echo_n "checking for LibreSSL... " >&6; }
16746    if test "$cross_compiling" = yes; then :
16747    cf_openssl_version_ok=no
16748   else
# Line 16906 | Line 16906 | int
16906   main ()
16907   {
16908  
16909 <          exit(!(GNUTLS_VERSION_NUMBER >= 0x030508));
16909 >          exit(!(GNUTLS_VERSION_NUMBER >= 0x030605));
16910    ;
16911    return 0;
16912   }
# Line 16966 | Line 16966 | fi
16966  
16967  
16968  
16969 <    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GnuTLS 3.5.8 and above" >&5
16970 < $as_echo_n "checking for GnuTLS 3.5.8 and above... " >&6; }
16969 >    { $as_echo "$as_me:${as_lineno-$LINENO}: checking for GnuTLS 3.6.5 and above" >&5
16970 > $as_echo_n "checking for GnuTLS 3.6.5 and above... " >&6; }
16971      if test "$ac_cv_lib_gnutls_gnutls_init" = "yes"; then :
16972    { $as_echo "$as_me:${as_lineno-$LINENO}: result: found" >&5
16973   $as_echo "found" >&6; }

Diff Legend

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