X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=boost.m4;h=f3eb607f0b2442bc24a55c5a43991f0909439805;hb=f81bbcfdb7c00a52929c10a528c2f8f7a2a3acec;hp=5b6f109d6954a14e460afd4d6d5aa336dc817fdb;hpb=f5601296c571639de99e08ad41493c6d5be06a9a;p=m4-moved-to-github.git diff --git a/boost.m4 b/boost.m4 index 5b6f109..f3eb607 100644 --- a/boost.m4 +++ b/boost.m4 @@ -30,7 +30,7 @@ AC_DEFUN([ID_BOOST], else BOOST_LIB="-L${with_boost}/lib" BOOST_CPPFLAGS="-I${with_boost}/include" - if test ! -f "${with_boost}/include/version.hpp"; then + if test ! -f "${with_boost}/include/boost/version.hpp"; then for b in ${with_boost}/include/boost-*; do BOOST_CPPFLAGS="-I$b" done