configure.ac: GCC_NO_EXECUTABLES was supposed to be commented in the patch from 3...
authorPhil Edwards <pme@gcc.gnu.org>
Sun, 17 Aug 2003 20:27:28 +0000 (20:27 +0000)
committerPhil Edwards <pme@gcc.gnu.org>
Sun, 17 Aug 2003 20:27:28 +0000 (20:27 +0000)
2003-08-17  Phil Edwards  <pme@gcc.gnu.org>

* configure.ac:  GCC_NO_EXECUTABLES was supposed to be commented
in the patch from 3 minutes ago.  Boy, is my face red.
* configure:  At least I remembered to regenerate this.

From-SVN: r70523

libstdc++-v3/ChangeLog
libstdc++-v3/configure
libstdc++-v3/configure.ac

index 7d81677b6254cf9275c1eb7da5eb18719f53d772..32a2589d5b076a43914e3da836528c0b708a95ed 100644 (file)
@@ -1,3 +1,9 @@
+2003-08-17  Phil Edwards  <pme@gcc.gnu.org>
+
+       * configure.ac:  GCC_NO_EXECUTABLES was supposed to be commented
+       in the patch from 3 minutes ago.  Boy, is my face red.
+       * configure:  At least I remembered to regenerate this.
+
 2003-08-17  Phil Edwards  <pme@gcc.gnu.org>
 
        * acinclude.m4 (GLIBCXX_EXPORT_INCLUDES):  Remove LIBMATH_INCLUDES
index 51c191643cbd864e7bf8e88180321a55380df1e3..cd5c331d1e36001787c4649838a39de770de3c27 100755 (executable)
@@ -1547,7 +1547,7 @@ target_alias=${target_alias-$host_alias}
 if test "$build" != "$host"; then
   # We are being configured with some form of cross compiler.
   GLIBCXX_IS_NATIVE=false
-  GCC_NO_EXECUTABLES
+  GCC_NO_EXECUTABLES
 else
   GLIBCXX_IS_NATIVE=true
 fi
index f4204accc5614a6985e3b79e51457cf709477429..50467e74c8428f5474c1f96b8c61b62bd21fb9c1 100644 (file)
@@ -42,7 +42,7 @@ target_alias=${target_alias-$host_alias}
 if test "$build" != "$host"; then
   # We are being configured with some form of cross compiler.
   GLIBCXX_IS_NATIVE=false
-  GCC_NO_EXECUTABLES
+  GCC_NO_EXECUTABLES
 else
   GLIBCXX_IS_NATIVE=true
 fi