diff options
author | Francis Dupont <fdupont@isc.org> | 2021-04-22 16:01:43 +0200 |
---|---|---|
committer | Tomek Mrugalski <tomek@isc.org> | 2021-05-05 12:12:41 +0200 |
commit | ca132b4e3f8e0fb9c7802df83e670571c37caa24 (patch) | |
tree | 59ef7875295b48f575d8797def1fd3fe3baeb289 /m4macros/ax_crypto.m4 | |
parent | [#1665] Fixed ax_crypto.m4 ifndef (diff) | |
download | kea-ca132b4e3f8e0fb9c7802df83e670571c37caa24.tar.xz kea-ca132b4e3f8e0fb9c7802df83e670571c37caa24.zip |
[#1665] Cleaned up configure warnings
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" |