mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Change minimum boost version to 1.55
There was a C++11 compilation bust in date_time/local_time/custom_time_zone.hpp, which was fixed in that version. Since we also require C++11, that makes it the minimum necessary.
This commit is contained in:
parent
e68c7eb959
commit
d0fc57a5a7
@ -134,7 +134,7 @@ AM_CONDITIONAL([CLANG], [test "x$ac_cv_CLANG" = "xyes"])
|
||||
###--------------------------------------------------------
|
||||
### Begin C++ dependencies
|
||||
###--------------------------------------------------------
|
||||
AX_BOOST_BASE([1.48.0], [ac_cv_BOOST=yes], [ac_cv_BOOST=no])
|
||||
AX_BOOST_BASE([1.55.0], [ac_cv_BOOST=yes], [ac_cv_BOOST=no])
|
||||
if test x$ac_cv_BOOST != xyes; then
|
||||
AC_MSG_ERROR([Boost 1.48.0 or later was not found and is required to build GnuCash])
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user