Ensure BOOST_CPPFLAGS are included for boost test.

Necessary on Windows due to non-standard installation paths for dependencies.
This commit is contained in:
John Ralls 2015-05-22 13:26:38 -07:00
parent 8a77e139ce
commit 847e2c2717

View File

@ -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([