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
600b8934
Commit
600b8934
authored
Sep 24, 2015
by
Francis Dupont
Browse files
[4009] Improved --with-boost-libs help
parent
f9614966
Changes
1
Hide whitespace changes
Inline
Side-by-side
m4macros/ax_boost_for_kea.m4
View file @
600b8934
...
...
@@ -16,8 +16,8 @@ dnl
dnl Boost.Asio depends on Boost.System which can be header only with
dnl versions >= 1.56. On older and perhaps some recent versions
dnl libboost_system is required.
dnl --with-boost-libs can help
giving extra arguments or forcing link
dnl
with a B
oost
lib
rary
dnl --with-boost-libs can help
forcing link with a Boost library,
dnl
e.g., --with-b
oost
-
lib
s=-lboost_system
dnl
dnl This macro calls:
dnl
...
...
@@ -146,7 +146,7 @@ void testfn(void) { BOOST_STATIC_ASSERT(true); }
# Get libs when explicitly configured
AC_ARG_WITH([boost-libs],
AC_HELP_STRING([--with-boost-libs=SPEC],
[specify Boost libraries to link with]),
[specify Boost libraries to link with
, e.g., '-lboost_system'
]),
[BOOST_LIBS="$withval"
DISTCHECK_BOOST_CONFIGURE_FLAG="$DISTCHECK_BOOST_CONFIGURE_FLAG --with-boost-libs=$withval"])
...
...
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