summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2017-09-28 16:06:21 -0700
committerDamien Miller <djm@mindrot.org>2017-09-28 16:06:21 -0700
commitbba69c246f0331f657fd6ec97724df99fc1ad174 (patch)
treeeeadb2552993c1ca30fcd2d37aa3ae661f0a4376 /configure.ac
parent04dc070e8b4507d9d829f910b29be7e3b2414913 (diff)
don't fatal ./configure for LibreSSL
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 4eb65f52c..889f50637 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2550,6 +2550,7 @@ if test "x$openssl" = "xyes" ; then
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 100*) ;; # 1.0.x 2552 100*) ;; # 1.0.x
2553 200*) ;; # LibreSSL
2553 *) 2554 *)
2554 AC_MSG_ERROR([OpenSSL >= 1.1.0 is not yet supported (have "$ssl_library_ver")]) 2555 AC_MSG_ERROR([OpenSSL >= 1.1.0 is not yet supported (have "$ssl_library_ver")])
2555 ;; 2556 ;;