summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index 7e8b08da320d..69bc570c581e 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9545,7 +9545,7 @@ AC_MSG_CHECKING([which boost to use])
if test "$with_system_boost" = "yes"; then
AC_MSG_RESULT([external])
SYSTEM_BOOST=TRUE
- AX_BOOST_BASE(1.47)
+ AX_BOOST_BASE([1.66],,[AC_MSG_ERROR([no suitable Boost found])])
AX_BOOST_DATE_TIME
AX_BOOST_FILESYSTEM
AX_BOOST_IOSTREAMS