Bug 883381 - SpiderMonkey does not yet support C++11; r=Waldo

--HG--
extra : rebase_source : 009192000c3e9f6229c53694aab23e508e661f52
This commit is contained in:
Terrence Cole 2013-06-14 14:24:10 -07:00
parent aca88101ad
commit cb9b136b22

View File

@ -2337,8 +2337,8 @@ AC_LANG_CPLUSPLUS
if test "$GNU_CXX"; then
_SAVE_CXXFLAGS=$CXXFLAGS
CXXFLAGS="$CXXFLAGS -std=gnu++0x"
USE_CXX11=1
CXXFLAGS="$CXXFLAGS"
USE_CXX11=
AC_CACHE_CHECK(for gcc c++0x headers bug without rtti,
ac_cv_cxx0x_headers_bug,