]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#1661] Moved ssl.hpp check
authorFrancis Dupont <fdupont@isc.org>
Fri, 19 Feb 2021 23:17:38 +0000 (00:17 +0100)
committerFrancis Dupont <fdupont@isc.org>
Wed, 24 Mar 2021 08:09:02 +0000 (09:09 +0100)
m4macros/ax_boost_for_kea.m4

index 15a4794d6c94fadc16e0dcc52581599629e8ba2d..fceeeb50a75038f2169422bcf8f8197767303d9d 100644 (file)
@@ -74,7 +74,7 @@ if test "${boost_include_path}" ; then
         BOOST_INCLUDES="-isystem ${boost_include_path}"
         CPPFLAGS="$CPPFLAGS $BOOST_INCLUDES"
 fi
-AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp boost/interprocess/sync/interprocess_upgradable_mutex.hpp boost/date_time/posix_time/posix_time_types.hpp boost/asio.hpp boost/asio/ip/address.hpp boost/asio/signal_set.hpp boost/system/error_code.hpp boost/atomic.hpp boost/circular_buffer.hpp boost/functional/hash.hpp boost/asio/ssl.hpp],,
+AC_CHECK_HEADERS([boost/shared_ptr.hpp boost/foreach.hpp boost/interprocess/sync/interprocess_upgradable_mutex.hpp boost/date_time/posix_time/posix_time_types.hpp boost/asio.hpp boost/asio/ip/address.hpp boost/asio/signal_set.hpp boost/system/error_code.hpp boost/atomic.hpp boost/circular_buffer.hpp boost/functional/hash.hpp],,
   AC_MSG_ERROR([Missing required boost header files]))
 
 AC_CHECK_HEADERS(boost/asio/coroutine.hpp,,AC_MSG_RESULT(not found, using built-in header.))