gnucash master: Lower Boost minimum version to 1.48.0 per user request.

John Ralls jralls at code.gnucash.org
Mon Jul 21 05:08:53 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/a995196d (commit)
	from  https://github.com/Gnucash/gnucash/commit/0c41f3bc (commit)



commit a995196d3e518591d3dd9b403aa796e6570eca9f
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 21 10:08:03 2014 +0100

    Lower Boost minimum version to 1.48.0 per user request.

diff --git a/configure.ac b/configure.ac
index 9941e36..a4007e0 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.50.0)
-AX_BOOST_BASE([1.50.0], [ac_cv_BOOST=yes], [ac_cv_BOOST=no])
+AC_MSG_CHECKING(Boost >= 1.49.0)
+AX_BOOST_BASE([1.49.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.50.0 or later was not found and is required to build GnuCash])
+    AC_MSG_ERROR([Boost 1.49.0 or later was not found and is required to build GnuCash])
 fi
 ###--------------------------------------------------------
 ### Optionally enable gtkmm plugin (requires c++ compiler)



Summary of changes:
 configure.ac | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)



More information about the gnucash-changes mailing list