From f81bbcfdb7c00a52929c10a528c2f8f7a2a3acec Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Wed, 18 Aug 2010 13:18:40 +0200 Subject: [PATCH] Fix check for version.hpp This fixes --with-boost=PREFIX. --- boost.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 1.7.10.4