summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-15 19:17:25 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2013-06-15 19:17:25 +0000
commitce95a3cb27a9e0fe669a81e778bf8166dba47e43 (patch)
treea37a9f806797fcd21e616c6e41293d5456ff37e8 /configure
parent625717a9fb3815adc180680339719b5ce8174916 (diff)
- Implement CERTFP
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@2237 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 4 insertions, 4 deletions
diff --git a/configure b/configure
index c36353e..0d44ffe 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 2109 2013-05-23 19:39:03Z michael .
+# From configure.ac Id: configure.ac 2228 2013-06-13 19:46:30Z michael .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1.1.
#
@@ -13785,8 +13785,8 @@ $as_echo "disabled" >&6; }
fi
if test "$cf_enable_openssl" != "no"; then :
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8s or above" >&5
-$as_echo_n "checking for OpenSSL 0.9.8s or above... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8 or above" >&5
+$as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
if test "$cross_compiling" = yes; then :
cf_openssl_version_ok=no
else
@@ -13799,7 +13799,7 @@ else
int
main ()
{
- exit(!(OPENSSL_VERSION_NUMBER >= 0x0090813f));
+ exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
;
return 0;
}