From 2869e9412e627561b456263f724697d1196935f7 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Mon, 21 Jul 2014 10:17:17 +0100 Subject: [PATCH] Really make it 1.48 instead of 1.49. --- configure.ac | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configure.ac b/configure.ac index a4007e0159..8bcb7eab24 100644 --- a/configure.ac +++ b/configure.ac @@ -124,11 +124,11 @@ AM_CONDITIONAL([CLANG], [test "x$ac_cv_CLANG" = "xyes"]) ###-------------------------------------------------------- ### Begin C++ dependencies ###-------------------------------------------------------- -AC_MSG_CHECKING(Boost >= 1.49.0) -AX_BOOST_BASE([1.49.0], [ac_cv_BOOST=yes], [ac_cv_BOOST=no]) +AC_MSG_CHECKING(Boost >= 1.48.0) +AX_BOOST_BASE([1.48.0], [ac_cv_BOOST=yes], [ac_cv_BOOST=no]) AC_MSG_RESULT($ac_cv_BOOST) if test x$ac_cv_BOOST != xyes; then - AC_MSG_ERROR([Boost 1.49.0 or later was not found and is required to build GnuCash]) + AC_MSG_ERROR([Boost 1.48.0 or later was not found and is required to build GnuCash]) fi ###-------------------------------------------------------- ### Optionally enable gtkmm plugin (requires c++ compiler)