Skip to content

Commit

Permalink
Configuring C++11 compiler flags for testing fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Jul 8, 2015
1 parent 3718b81 commit 701f8d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -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++])
Expand Down

0 comments on commit 701f8d4

Please sign in to comment.