From: Francis Dupont Date: Fri, 4 Oct 2019 22:19:56 +0000 (+0200) Subject: [497-kea-uses-deprecated-header] Reverted the -isystem X-Git-Tag: Kea-1.7.1~62 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1efa071d61e60d7980d5f963fbd226de630ddd50;p=thirdparty%2Fkea.git [497-kea-uses-deprecated-header] Reverted the -isystem --- diff --git a/m4macros/ax_boost_for_kea.m4 b/m4macros/ax_boost_for_kea.m4 index f5d307260a..a01a9ac9c9 100644 --- a/m4macros/ax_boost_for_kea.m4 +++ b/m4macros/ax_boost_for_kea.m4 @@ -71,7 +71,7 @@ fi # Check the path with some specific headers. CPPFLAGS_SAVED="$CPPFLAGS" if test "${boost_include_path}" ; then - BOOST_INCLUDES="-isystem ${boost_include_path}" + BOOST_INCLUDES="-I ${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/bind.hpp boost/function.hpp boost/asio.hpp boost/asio/ip/address.hpp boost/system/error_code.hpp boost/atomic.hpp boost/circular_buffer.hpp],,