Really make it 1.48 instead of 1.49.

This commit is contained in:
John Ralls 2014-07-21 10:17:17 +01:00
parent a995196d3e
commit 2869e9412e

View File

@ -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)