OSDN Git Service

* configure: Fix bug put in by gremlins.
authorNathanael Nerode <neroden@gcc.gnu.org>
Wed, 11 Dec 2002 04:14:47 +0000 (04:14 +0000)
committerNathanael Nerode <neroden@gcc.gnu.org>
Wed, 11 Dec 2002 04:14:47 +0000 (04:14 +0000)
ChangeLog
configure

index fcba85b..82b1d7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2002-12-10  Nathanael Nerode  <neroden@gcc.gnu.org>
 
+       * configure: Fix bug put in by gremlins.
+
        * Makefile.tpl: Substitute more autoconfily.
        * configure: Substitute more autoconfily.
        * Makefile.in: Regenerate.
index 7a21055..6b4d9b4 100755 (executable)
--- a/configure
+++ b/configure
@@ -1281,7 +1281,7 @@ if [ -f ${srcdir}/${Makefile_in} ] ; then
       -e "s|@mandir@|${mandir}|" \
       -e "s|@CC@|${CC}|" \
       -e "s|@CXX@|${CXX}|" \
-      -e "s|@CC@|${CFLAGS}|" \
+      -e "s|@CFLAGS@|${CFLAGS}|" \
       -e "s|@CXXFLAGS@|${CXXFLAGS}|" \
       -e "s|@config_shell@|${config_shell}|" \
       -e "s|@srcdir@|${srcdir}|" \