From: Francis Dupont Date: Thu, 24 Sep 2015 13:18:35 +0000 (+0200) Subject: [4009] Improved --with-boost-libs help X-Git-Tag: trac4074_base~31^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=600b8934b05ea46c077ec8a1f43f8632ae0cd050;p=thirdparty%2Fkea.git [4009] Improved --with-boost-libs help --- diff --git a/m4macros/ax_boost_for_kea.m4 b/m4macros/ax_boost_for_kea.m4 index 2e51022696..fa5536f1d8 100644 --- a/m4macros/ax_boost_for_kea.m4 +++ b/m4macros/ax_boost_for_kea.m4 @@ -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"])