summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2014-10-30 10:45:41 +1100
committerDamien Miller <djm@mindrot.org>2014-10-30 10:45:41 +1100
commit7d0ba5336651731949762eb8877ce9e3b52df436 (patch)
tree6e554df2f0e175ae3201f0bf46c67564660feca0
parent3bcb92e04d9207e9f78d82f7918c6d3422054ce9 (diff)
include version number in OpenSSL-too-old error
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 67c4486e7..8b59d9191 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2296,7 +2296,7 @@ AC_RUN_IFELSE(
2296 # Check version is supported. 2296 # Check version is supported.
2297 case "$ssl_library_ver" in 2297 case "$ssl_library_ver" in
2298 0090[[0-7]]*|009080[[0-5]]*) 2298 0090[[0-7]]*|009080[[0-5]]*)
2299 AC_MSG_ERROR([OpenSSL >= 0.9.8f required]) 2299 AC_MSG_ERROR([OpenSSL >= 0.9.8f required (have "$ssl_library_ver")])
2300 ;; 2300 ;;
2301 *) ;; 2301 *) ;;
2302 esac 2302 esac