summaryrefslogtreecommitdiff
path: root/autom4te.cache/output.0
diff options
context:
space:
mode:
Diffstat (limited to 'autom4te.cache/output.0')
-rw-r--r--autom4te.cache/output.08
1 files changed, 4 insertions, 4 deletions
diff --git a/autom4te.cache/output.0 b/autom4te.cache/output.0
index 5cb20f71..b3b62386 100644
--- a/autom4te.cache/output.0
+++ b/autom4te.cache/output.0
@@ -16419,8 +16419,8 @@ if test "$ac_res" != no; then :
LIBS="$LIBS -lssl"
- { $as_echo "$as_me:${as_lineno-$LINENO}: checking Openssl library version >= 1.0" >&5
-$as_echo_n "checking Openssl library version >= 1.0... " >&6; }
+ { $as_echo "$as_me:${as_lineno-$LINENO}: checking Openssl library version >= 1.0.0c" >&5
+$as_echo_n "checking Openssl library version >= 1.0.0c... " >&6; }
if test "$cross_compiling" = yes; then :
{ $as_echo "$as_me:${as_lineno-$LINENO}: WARNING: cross compiling: not checking" >&5
@@ -16435,7 +16435,7 @@ else
#include <openssl/ssl.h>
int main(void) {
- if (OPENSSL_VERSION_NUMBER >= 0x1000105fL)
+ if (OPENSSL_VERSION_NUMBER >= 0x1000003f)
exit(0);
exit(2);
@@ -16449,7 +16449,7 @@ $as_echo "yes" >&6; }
else
- as_fn_error $? "Install openssl version >= 1.0.1e" "$LINENO" 5
+ as_fn_error $? "Install openssl version >= 1.0.1c" "$LINENO" 5
exit 1
fi