diff options
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index e9c593acb..4eb65f52c 100644 --- a/configure.ac +++ b/configure.ac | |||
@@ -2549,7 +2549,10 @@ if test "x$openssl" = "xyes" ; then | |||
2549 | 10000*|0*) | 2549 | 10000*|0*) |
2550 | AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")]) | 2550 | AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")]) |
2551 | ;; | 2551 | ;; |
2552 | *) ;; | 2552 | 100*) ;; # 1.0.x |
2553 | *) | ||
2554 | AC_MSG_ERROR([OpenSSL >= 1.1.0 is not yet supported (have "$ssl_library_ver")]) | ||
2555 | ;; | ||
2553 | esac | 2556 | esac |
2554 | AC_MSG_RESULT([$ssl_library_ver]) | 2557 | AC_MSG_RESULT([$ssl_library_ver]) |
2555 | ], | 2558 | ], |