Configuring C++11 compiler flags for testing fix
This commit is contained in:
parent
3718b810c7
commit
701f8d4bae
1 changed files with 1 additions and 0 deletions
|
|
@ -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++])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue