From 2bc66706dc4c818ee095fb381a07f0ca21821cb8 Mon Sep 17 00:00:00 2001 From: Francis Dupont Date: Tue, 20 Apr 2021 17:19:43 +0200 Subject: [PATCH] [#1665] Fixed ax_crypto.m4 ifndef --- m4macros/ax_crypto.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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],