From 6c95e802bcb213e2611a164e4d6e16ec2be73bf7 Mon Sep 17 00:00:00 2001 From: Rene Engelhard Date: Tue, 22 Jun 2010 18:02:27 +0200 Subject: configure25: #i105772# allow boost 1.36 --- configure | 2 +- configure.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configure b/configure index ab798dcf23a0..c8f0e8f2bfff 100755 --- a/configure +++ b/configure @@ -14099,7 +14099,7 @@ fi if test "x$ac_cv_header_boost_spirit_include_classic_core_hpp" = x""yes; then : else - as_fn_error "boost/spirit/include/classic_core.hpp not found. install boost >= 1.38" "$LINENO" 5 + as_fn_error "boost/spirit/include/classic_core.hpp not found. install boost >= 1.36" "$LINENO" 5 fi diff --git a/configure.in b/configure.in index 100fed3844a1..a3431fc0f0c2 100644 --- a/configure.in +++ b/configure.in @@ -4219,7 +4219,7 @@ if test -n "$with_system_boost" -o -n "$with_system_headers" && \ AC_CHECK_HEADER(boost/shared_ptr.hpp, [], [AC_MSG_ERROR(boost/shared_ptr.hpp not found. install boost)], []) AC_CHECK_HEADER(boost/spirit/include/classic_core.hpp, [], - [AC_MSG_ERROR(boost/spirit/include/classic_core.hpp not found. install boost >= 1.38)], []) + [AC_MSG_ERROR(boost/spirit/include/classic_core.hpp not found. install boost >= 1.36)], []) AC_CHECK_HEADER(boost/function.hpp, [], [AC_MSG_ERROR(boost/function.hpp not found. install boost)], []) -- cgit