2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-30 13:37:55 +00:00

[#1665] Fixed ax_crypto.m4 ifndef

This commit is contained in:
Francis Dupont 2021-04-20 17:19:43 +02:00 committed by Tomek Mrugalski
parent baa19fbf7a
commit 2bc66706dc

View File

@ -387,7 +387,8 @@ then
AC_COMPILE_IFELSE( AC_COMPILE_IFELSE(
[AC_LANG_PROGRAM([#include <botan/asio_stream.h>], [AC_LANG_PROGRAM([#include <botan/asio_stream.h>],
[#ifndef BOTAN_TLS_SERVER_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) [AC_MSG_RESULT(yes)
BOTAN_BOOST="yes" BOTAN_BOOST="yes"
AC_DEFINE([WITH_BOTAN_BOOST], [1], AC_DEFINE([WITH_BOTAN_BOOST], [1],