summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Engelhard <rene@openoffice.org>2010-06-22 18:02:27 +0200
committerRene Engelhard <rene@openoffice.org>2010-06-22 18:02:27 +0200
commit6c95e802bcb213e2611a164e4d6e16ec2be73bf7 (patch)
tree1f9d954515ee8179dce7da524a0737e0f708fca9
parent01b9b273c3561805533062431ab9e40f24b614f3 (diff)
configure25: #i105772# allow boost 1.36
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
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)], [])