]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo.
authorJonathan Wakely <jwakely@redhat.com>
Sun, 26 Jan 2014 11:23:07 +0000 (11:23 +0000)
committerJonathan Wakely <redi@gcc.gnu.org>
Sun, 26 Jan 2014 11:23:07 +0000 (11:23 +0000)
* acinclude.m4 (GLIBCXX_ENABLE_C99): Fix typo.
* configure: Regenerate.

From-SVN: r207116

libstdc++-v3/ChangeLog
libstdc++-v3/acinclude.m4
libstdc++-v3/configure

index 735071c624caa18744309546c825c9a15c5b6fb6..02f0af9bfc84f6c5a07441afab724cd114d6c4d7 100644 (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
index 2b606968895bc39c36e583043ee113b6a8e9d09a..b3ce3dbe3d9b837e75e9e17cc9ce088a1889f82b 100644 (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"
index d2799511774d797c88ee07cc79f12a25b8c56fc6..57e09d811724a27555f3b9f5c3d5e0e1a7d870f3 100755 (executable)
@@ -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"