acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo.

* acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo.
	* configure: Regenerate.

From-SVN: r207116
This commit is contained in:
Jonathan Wakely 2014-01-26 11:23:07 +00:00 committed by Jonathan Wakely
parent 4d0bb77039
commit 2720e16b87
3 changed files with 5 additions and 2 deletions

View File

@ -9,6 +9,9 @@
* testsuite/23_containers/multiset/modifiers/emplace/1.cc: Likewise.
* testsuite/23_containers/set/modifiers/emplace/1.cc: Likewise.
* acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo.
* configure: Regenerate.
2014-01-24 Ed Smith-Rowland <3dw4rd@verizon.net>
PR libstdc++/59531

View File

@ -922,7 +922,7 @@ AC_DEFUN([GLIBCXX_ENABLE_C99], [
# Use -std=c++98 because the default (-std=gnu++98) leaves __STRICT_ANSI__
# undefined and fake C99 facilities - like pre-standard snprintf - may be
# spuriously enabled.
# Long term, -std=c++0x could be even better, could manage to explicitely
# Long term, -std=c++0x could be even better, could manage to explicitly
# request C99 facilities to the underlying C headers.
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -std=c++98"

View File

@ -16547,7 +16547,7 @@ ac_compiler_gnu=$ac_cv_cxx_compiler_gnu
# Use -std=c++98 because the default (-std=gnu++98) leaves __STRICT_ANSI__
# undefined and fake C99 facilities - like pre-standard snprintf - may be
# spuriously enabled.
# Long term, -std=c++0x could be even better, could manage to explicitely
# Long term, -std=c++0x could be even better, could manage to explicitly
# request C99 facilities to the underlying C headers.
ac_save_CXXFLAGS="$CXXFLAGS"
CXXFLAGS="$CXXFLAGS -std=c++98"