gnucash master: Really make it 1.48 instead of 1.49.

John Ralls jralls at code.gnucash.org
Mon Jul 21 05:17:26 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/2869e941 (commit)
	from  https://github.com/Gnucash/gnucash/commit/a995196d (commit)



commit 2869e9412e627561b456263f724697d1196935f7
Author: John Ralls <jralls at ceridwen.us>
Date:   Mon Jul 21 10:17:17 2014 +0100

    Really make it 1.48 instead of 1.49.

diff --git a/configure.ac b/configure.ac
index a4007e0..8bcb7ea 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.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)



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



More information about the gnucash-changes mailing list