]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1665] Fixed ax_crypto.m4 ifndef
authorFrancis Dupont <fdupont@isc.org>
Tue, 20 Apr 2021 15:19:43 +0000 (17:19 +0200)
committerTomek Mrugalski <tomek@isc.org>
Wed, 5 May 2021 10:12:41 +0000 (12:12 +0200)
m4macros/ax_crypto.m4

index a8ac857b7630b9918a10e748c709e09813fd3f12..db277b15e7abe355eac00d10f9e25534869443b7 100644 (file)
@@ -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],