summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-17 19:48:55 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-07-17 19:48:55 +0000
commitf0d8951cd200b9abeca00eb92b07ec309bca5739 (patch)
tree1df8837d4697862000e50eefa42657c422f1f804 /configure
parentd3c4da014fc5ea559c59ea019da10276985deebc (diff)
- m_server.c: fixed build with LibreSSL which hasn't compression support
- ax_check_openssl.m4: 0.9.8m is now the minimum requirement git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@4248 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 af434c8..853ce14 100755
--- a/configure
+++ b/configure
@@ -1,5 +1,5 @@
#! /bin/sh
-# From configure.ac Id: configure.ac 3920 2014-06-09 11:56:33Z michael .
+# From configure.ac Id: configure.ac 4177 2014-07-05 19:47:15Z michael .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for ircd-hybrid 8.1.19.
#
@@ -13998,8 +13998,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.8 or above" >&5
-$as_echo_n "checking for OpenSSL 0.9.8 or above... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL 0.9.8m or above" >&5
+$as_echo_n "checking for OpenSSL 0.9.8m or above... " >&6; }
if test "$cross_compiling" = yes; then :
cf_openssl_version_ok=no
else
@@ -14012,7 +14012,7 @@ else
int
main ()
{
- exit(!(OPENSSL_VERSION_NUMBER >= 0x00908000));
+ exit(!(OPENSSL_VERSION_NUMBER >= 0x009080dfL));
;
return 0;
}