From bba69c246f0331f657fd6ec97724df99fc1ad174 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Thu, 28 Sep 2017 16:06:21 -0700 Subject: [PATCH] don't fatal ./configure for LibreSSL --- configure.ac | 1 + 1 file changed, 1 insertion(+) 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 AC_MSG_ERROR([OpenSSL >= 1.0.1 required (have "$ssl_library_ver")]) ;; 100*) ;; # 1.0.x + 200*) ;; # LibreSSL *) AC_MSG_ERROR([OpenSSL >= 1.1.0 is not yet supported (have "$ssl_library_ver")]) ;;