--- macros/boost.m4.orig 2009-03-29 23:54:58.473916261 +0300 +++ macros/boost.m4 2009-03-30 00:00:49.677630550 +0300 @@ -129,7 +129,7 @@ missing_libs="" fi for j in ${boost_libs}; do - dirs="`ls -dr $i/libboost_${j}*.${shlibext} $i/libboost_${j}*.a 2>/dev/null`" + dirs="`ls -dr $i/libboost_${j}*.${shlibext} $i/libboost_${j}*.a 2>/dev/null | grep -v mt-s`" if test -n "${dirs}"; then libname="`echo ${dirs} | sed -e 's:^.*/lib::' -e "s:\.${shlibext}::" -e "s:\.a::"`" if test x$dirname = x; then