mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Really make it 1.48 instead of 1.49.
This commit is contained in:
parent
a995196d3e
commit
2869e9412e
@ -124,11 +124,11 @@ AM_CONDITIONAL([CLANG], [test "x$ac_cv_CLANG" = "xyes"])
|
|||||||
###--------------------------------------------------------
|
###--------------------------------------------------------
|
||||||
### Begin C++ dependencies
|
### Begin C++ dependencies
|
||||||
###--------------------------------------------------------
|
###--------------------------------------------------------
|
||||||
AC_MSG_CHECKING(Boost >= 1.49.0)
|
AC_MSG_CHECKING(Boost >= 1.48.0)
|
||||||
AX_BOOST_BASE([1.49.0], [ac_cv_BOOST=yes], [ac_cv_BOOST=no])
|
AX_BOOST_BASE([1.48.0], [ac_cv_BOOST=yes], [ac_cv_BOOST=no])
|
||||||
AC_MSG_RESULT($ac_cv_BOOST)
|
AC_MSG_RESULT($ac_cv_BOOST)
|
||||||
if test x$ac_cv_BOOST != xyes; then
|
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
|
fi
|
||||||
###--------------------------------------------------------
|
###--------------------------------------------------------
|
||||||
### Optionally enable gtkmm plugin (requires c++ compiler)
|
### Optionally enable gtkmm plugin (requires c++ compiler)
|
||||||
|
Loading…
Reference in New Issue
Block a user