X-Git-Url: http://git.indexdata.com/?p=m4-moved-to-github.git;a=blobdiff_plain;f=boost.m4;fp=boost.m4;h=e66a6372dc470fe95ed10f3fb1b1eda85b70e918;hp=ff8e0f62ca63a25075ca6a9a5610fca37da2036a;hb=9582607a1a4c2c45046c16c1e6a1b9ae204e2a66;hpb=4f6aa8a41e50ad350463ee2418c28a5b3c7279ff 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=""