summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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