Improve error message for OpenSSL header check.

bz#3668, ok djm@
This commit is contained in:
Darren Tucker 2024-02-19 17:29:31 +11:00
parent cbbdf868bc
commit efde85dda2
No known key found for this signature in database

View File

@ -2802,8 +2802,8 @@ if test "x$openssl" = "xyes" ; then
AC_MSG_RESULT([$ssl_header_ver])
],
[
AC_MSG_RESULT([not found])
AC_MSG_ERROR([OpenSSL version header not found.])
AC_MSG_RESULT([failed])
AC_MSG_ERROR([OpenSSL version test program failed.])
],
[
AC_MSG_WARN([cross compiling: not checking])