summaryrefslogtreecommitdiffstats
path: root/m4macros
diff options
context:
space:
mode:
authorFrancis Dupont <fdupont@isc.org>2019-10-06 18:41:25 +0200
committerTomek Mrugalski <tomasz@isc.org>2019-10-18 19:37:50 +0200
commit8fc3b82cb19b6fc1cf7254827a7d036de2d3c14f (patch)
tree50308a74bfd4fae05cb15b0b3eb3cef66543669a /m4macros
parent[497-kea-uses-deprecated-header] Reverted the -isystem (diff)
downloadkea-8fc3b82cb19b6fc1cf7254827a7d036de2d3c14f.tar.xz
kea-8fc3b82cb19b6fc1cf7254827a7d036de2d3c14f.zip
[497-kea-uses-deprecated-header] Revert "[497-kea-uses-deprecated-header] Reverted the -isystem"
This reverts commit 9c1ab2136422d20d916338d210708074a412d502.
Diffstat (limited to 'm4macros')
-rw-r--r--m4macros/ax_boost_for_kea.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/m4macros/ax_boost_for_kea.m4 b/m4macros/ax_boost_for_kea.m4
index a01a9ac9c9..f5d307260a 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="-I ${boost_include_path}"
+ 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/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],,