]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[4009] Improved --with-boost-libs help
authorFrancis Dupont <fdupont@isc.org>
Thu, 24 Sep 2015 13:18:35 +0000 (15:18 +0200)
committerFrancis Dupont <fdupont@isc.org>
Thu, 24 Sep 2015 13:18:35 +0000 (15:18 +0200)
m4macros/ax_boost_for_kea.m4

index 2e51022696a74dbb16acad805e9fb8fd4d1f1197..fa5536f1d898c4c323672236a4cb737ac95590d1 100644 (file)
@@ -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 Boost library
+dnl --with-boost-libs can help forcing link with a Boost library,
+dnl e.g., --with-boost-libs=-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"])