diff options
Diffstat (limited to 'm4macros/ax_crypto.m4')
-rw-r--r-- | m4macros/ax_crypto.m4 | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4 index db277b15e7..7af641807b 100644 --- a/m4macros/ax_crypto.m4 +++ b/m4macros/ax_crypto.m4 @@ -395,10 +395,9 @@ then [Define to 1 if Botan boost TLS is available])], [AC_MSG_RESULT(no) BOTAN_BOOST="no" - AC_MSG_WARN([Botan is configured with boost support but is too old: only Botan >= 2.14.0 can be used for TLS])])], + AC_MSG_WARN([Botan is configured with boost support but is too old: only Botan >= 2.14.0 can be used for TLS support.])])], [BOTAN_BOOST="no" - AC_MSG_RESULT([Botan was not configured with boost support.]) - AC_MSG_WARN([Botan cannot be used for TLS support.])]) + AC_MSG_WARN([Botan cannot be used for TLS support, because it was compiled without boost support, so required headers are missing.])]) CPPFLAGS=${CPPFLAGS_SAVED} fi if test "x${CRYPTO_NAME}" = "xOpenSSL" |