Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Kea
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
451
Issues
451
List
Boards
Labels
Service Desk
Milestones
Merge Requests
74
Merge Requests
74
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
ISC Open Source Projects
Kea
Commits
9c1ab213
Commit
9c1ab213
authored
Oct 05, 2019
by
Francis Dupont
2
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[497-kea-uses-deprecated-header] Reverted the -isystem
parent
e0e0fd46
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
m4macros/ax_boost_for_kea.m4
m4macros/ax_boost_for_kea.m4
+1
-1
No files found.
m4macros/ax_boost_for_kea.m4
View file @
9c1ab213
...
...
@@ -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],,
...
...
Francis Dupont
@fdupont
mentioned in commit
57f3b9bc
·
Oct 06, 2019
mentioned in commit
57f3b9bc
mentioned in commit 57f3b9bcccf2ac1a78871ce5d15f255887e4b500
Toggle commit list
Francis Dupont
@fdupont
mentioned in commit
8fc3b82c
·
Oct 18, 2019
mentioned in commit
8fc3b82c
mentioned in commit 8fc3b82cb19b6fc1cf7254827a7d036de2d3c14f
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment