Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Sebastian Schrader
Kea
Commits
e4c8ba6d
Commit
e4c8ba6d
authored
Sep 23, 2015
by
Francis Dupont
Browse files
[4009] Added boost_lib_path (NetBSD (and more?) fix)
parent
634a4806
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4macros/ax_boost_for_kea.m4
View file @
e4c8ba6d
...
...
@@ -42,6 +42,7 @@ DISTCHECK_BOOST_CONFIGURE_FLAG=
# No library by default (and as goal)
BOOST_LIBS=
boost_lib_path=
#
# Configure Boost header path
...
...
@@ -58,6 +59,7 @@ if test -z "$with_boost_include"; then
do
if test -f $d/include/boost/shared_ptr.hpp; then
boost_include_path=$d/include
boost_lib_path="-L$d/lib"
break
fi
done
...
...
@@ -161,7 +163,7 @@ if test "x${BOOST_LIBS}" = "x"; then
[AC_MSG_RESULT(yes)],
[AC_MSG_RESULT(no)
AC_MSG_WARN([The Boost system library is required.])
BOOST_LIBS="-lboost_system"])
BOOST_LIBS="
$boost_lib_path
-lboost_system"])
CPPFLAGS="$CXXFLAGS_SAVED2"
fi
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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