include version number in OpenSSL-too-old error

This commit is contained in:
Damien Miller 2014-10-30 10:45:41 +11:00
parent 3bcb92e04d
commit 7d0ba53366
1 changed files with 1 additions and 1 deletions

View File

@ -2296,7 +2296,7 @@ AC_RUN_IFELSE(
# Check version is supported.
case "$ssl_library_ver" in
0090[[0-7]]*|009080[[0-5]]*)
AC_MSG_ERROR([OpenSSL >= 0.9.8f required])
AC_MSG_ERROR([OpenSSL >= 0.9.8f required (have "$ssl_library_ver")])
;;
*) ;;
esac