Commit 6320673f authored by Ginn Chen's avatar Ginn Chen
Browse files

Bug 654653 Some CXXFLAGS are missing for non GNU_CXX compiler r=glandium

parent 250cb69c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2983,7 +2983,7 @@ AC_CACHE_CHECK(for usable char16_t (2 bytes, unsigned),
if test "$ac_cv_have_usable_char16_t" = "yes"; then
    AC_DEFINE(HAVE_CPP_CHAR16_T)
    HAVE_CPP_CHAR16_T=1
else
elif test "$GNU_CXX"; then
    CXXFLAGS="$_SAVE_CXXFLAGS"
fi