summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2021-04-20 17:19:43 +0200
committerTomek Mrugalski <tomek@isc.org>2021-05-05 12:12:41 +0200
commit2bc66706dc4c818ee095fb381a07f0ca21821cb8 (patch)
tree2dbf86bd6240f025b5b926f7651f85fd755c8303
parent[#1665] Ported TLS Botan boost support (diff)
downloadkea-2bc66706dc4c818ee095fb381a07f0ca21821cb8.tar.xz
kea-2bc66706dc4c818ee095fb381a07f0ca21821cb8.zip
[#1665] Fixed ax_crypto.m4 ifndef
-rw-r--r--m4macros/ax_crypto.m43
1 files changed, 2 insertions, 1 deletions
diff --git a/m4macros/ax_crypto.m4 b/m4macros/ax_crypto.m4
index a8ac857b76..db277b15e7 100644
--- a/m4macros/ax_crypto.m4
+++ b/m4macros/ax_crypto.m4
@@ -387,7 +387,8 @@ then
AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([#include <botan/asio_stream.h>],
[#ifndef BOTAN_TLS_SERVER_H_
- #error botan/tls_server.h is not included by botan/asio_stream.h])],
+ #error botan/tls_server.h is not included by botan/asio_stream.h
+ #endif])],
[AC_MSG_RESULT(yes)
BOTAN_BOOST="yes"
AC_DEFINE([WITH_BOTAN_BOOST], [1],