From 847e2c2717bd2a780d77f9b28dd2efd74716e8d4 Mon Sep 17 00:00:00 2001 From: John Ralls Date: Fri, 22 May 2015 13:26:38 -0700 Subject: [PATCH] Ensure BOOST_CPPFLAGS are included for boost test. Necessary on Windows due to non-standard installation paths for dependencies. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 583f2392cb..c4c2811aa3 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([