gnucash master: Ensure BOOST_CPPFLAGS are included for boost test.

John Ralls jralls at code.gnucash.org
Fri May 22 16:27:04 EDT 2015


Updated	 via  https://github.com/Gnucash/gnucash/commit/847e2c27 (commit)
	from  https://github.com/Gnucash/gnucash/commit/8a77e139 (commit)



commit 847e2c2717bd2a780d77f9b28dd2efd74716e8d4
Author: John Ralls <jralls at ceridwen.us>
Date:   Fri May 22 13:26:38 2015 -0700

    Ensure BOOST_CPPFLAGS are included for boost test.
    
    Necessary on Windows due to non-standard installation paths for dependencies.

diff --git a/configure.ac b/configure.ac
index 583f239..c4c2811 100644
--- a/configure.ac
+++ b/configure.ac
@@ -185,7 +185,7 @@ oldcflags="$CFLAGS"
 CFLAGS=
 AC_LANG_PUSH([C++])
 oldcxxflags="$CXXFLAGS"
-CXXFLAGS="-Werror -std=c++11"
+CXXFLAGS="-Werror -std=c++11 $BOOST_CPPFLAGS"
 AC_MSG_CHECKING([boost/date_time/local_time/custom_time_zone.hpp])
 AC_COMPILE_IFELSE([
     AC_LANG_SOURCE([



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



More information about the gnucash-changes mailing list