diff options
author | Rene Engelhard <rene@openoffice.org> | 2010-06-22 18:02:27 +0200 |
---|---|---|
committer | Rene Engelhard <rene@openoffice.org> | 2010-06-22 18:02:27 +0200 |
commit | 6c95e802bcb213e2611a164e4d6e16ec2be73bf7 (patch) | |
tree | 1f9d954515ee8179dce7da524a0737e0f708fca9 | |
parent | 01b9b273c3561805533062431ab9e40f24b614f3 (diff) |
configure25: #i105772# allow boost 1.36
-rwxr-xr-x | configure | 2 | ||||
-rw-r--r-- | 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)], []) |