From: Francis Dupont Date: Tue, 20 Apr 2021 15:19:43 +0000 (+0200) Subject: [#1665] Fixed ax_crypto.m4 ifndef X-Git-Tag: Kea-1.9.8~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2bc66706dc4c818ee095fb381a07f0ca21821cb8;p=thirdparty%2Fkea.git [#1665] Fixed ax_crypto.m4 ifndef --- 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 ], [#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],