From 9582607a1a4c2c45046c16c1e6a1b9ae204e2a66 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Mon, 29 Apr 2013 16:10:24 +0200 Subject: [PATCH] Mention Boost system if check'ed --- boost.m4 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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="" -- 1.7.10.4