summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWilliam S Fulton <wsf@fultondesigns.co.uk>2015-07-09 00:12:28 +0100
committerWilliam S Fulton <wsf@fultondesigns.co.uk>2015-07-09 00:12:28 +0100
commit701f8d4baee6efdd48d46a5f2cacf651cc1f80dd (patch)
tree1f09b65996cdaee5c4d96d58e93b8054906e13c2
parent3718b810c749f08d6db14571cced469023ad4c6b (diff)
downloadswig-701f8d4baee6efdd48d46a5f2cacf651cc1f80dd.tar.gz
Configuring C++11 compiler flags for testing fix
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 712ca0abd..c6eb76c18 100644
--- a/configure.ac
+++ b/configure.ac
@@ -340,6 +340,7 @@ PLATCXXFLAGS="$PLATCFLAGS"
if test x"$enable_cpp11_testing" = xyes; then
AC_LANG_PUSH([C++])
CXXFLAGS_SAVED=$CXXFLAGS
+ CXXFLAGS=
AX_CXX_COMPILE_STDCXX_11([noext], [nostop])
CXXFLAGS=$CXXFLAGS_SAVED
AC_LANG_POP([C++])