From 12f3277de6a4c46c27835d45890ab1732e3dab81 Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Thu, 2 May 2013 18:19:01 +0000 Subject: [PATCH] Quoting fix for boost thread check --- boost.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boost.m4 b/boost.m4 index e66a637..3ef2e7e 100644 --- a/boost.m4 +++ b/boost.m4 @@ -77,7 +77,7 @@ version_is:BOOST_VERSION AC_SUBST([BOOST_THREAD_LIB]) saveLIBS="${LIBS}" BOOST_THREAD_LIB="" - for l in ${BOOST_TOOLSET}-mt ${BOOST_TOOLSET}; do + for l in "${BOOST_TOOLSET}-mt" "${BOOST_TOOLSET}"; do trylib="-lboost_thread${l}" if test "$BOOST_GOT_VERSION" -ge 104100; then trylib="-lboost_system${l} ${trylib}" -- 1.7.10.4