mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-11-23 09:26:27 -06:00
Ensure BOOST_CPPFLAGS are included for boost test.
Necessary on Windows due to non-standard installation paths for dependencies.
This commit is contained in:
parent
8a77e139ce
commit
847e2c2717
@ -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([
|
||||
|
Loading…
Reference in New Issue
Block a user