gnucash master: Change minimum boost version to 1.55

John Ralls jralls at code.gnucash.org
Mon May 11 15:34:22 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/d0fc57a5 (commit)
	from  https://github.com/Gnucash/gnucash/commit/e68c7eb9 (commit)



commit d0fc57a5a7590ef5bbee0e45045a5323713b2c17
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon May 11 12:32:24 2015 -0700

    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.

diff --git a/configure.ac b/configure.ac
index f9ffa16..d66f89b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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



Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)



More information about the gnucash-changes mailing list