From: Adam Dickmeiss Date: Mon, 29 Apr 2013 14:10:24 +0000 (+0200) Subject: Mention Boost system if check'ed X-Git-Url: http://jsfdemo.indexdata.com/?a=commitdiff_plain;h=9582607a1a4c2c45046c16c1e6a1b9ae204e2a66;p=m4-moved-to-github.git Mention Boost system if check'ed --- diff --git a/boost.m4 b/boost.m4 index ff8e0f6..e66a637 100644 --- a/boost.m4 +++ b/boost.m4 @@ -69,7 +69,11 @@ version_is:BOOST_VERSION for c in $1; do case $c in thread) - AC_MSG_CHECKING([Boost threads]) + if test "$BOOST_GOT_VERSION" -ge 104100; then + AC_MSG_CHECKING([Boost threads + system]) + else + AC_MSG_CHECKING([Boost threads]) + fi AC_SUBST([BOOST_THREAD_LIB]) saveLIBS="${LIBS}" BOOST_THREAD_LIB=""