summaryrefslogtreecommitdiff
path: root/configure.in
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 /configure.in
parent01b9b273c3561805533062431ab9e40f24b614f3 (diff)
configure25: #i105772# allow boost 1.36
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
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)], [])