From efde85dda2130272af24cc346f6c3cd326182ff1 Mon Sep 17 00:00:00 2001 From: Darren Tucker Date: Mon, 19 Feb 2024 17:29:31 +1100 Subject: [PATCH] Improve error message for OpenSSL header check. bz#3668, ok djm@ --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 6371b386d..5f69213a4 100644 --- a/configure.ac +++ b/configure.ac @@ -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])