]> gcc.gnu.org Git - gcc.git/commitdiff
configure.in (--without-headers): Add missing double quotes.
authorMichael Roth <mroth@nessie.de>
Wed, 29 Sep 2004 11:41:17 +0000 (11:41 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 29 Sep 2004 11:41:17 +0000 (11:41 +0000)
* configure.in (--without-headers): Add missing double quotes.
* configure: Regenerate.

From-SVN: r88284

ChangeLog
configure.in

index 952e282196daa7dcaaf9a60b4bb466ee19b10a82..d9e772eb5de055462c7268a0e1f146dbedd9ec92 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-09-24  Michael Roth  <mroth@nessie.de>
+
+       * configure.in (--without-headers): Add missing double quotes.
+       * configure: Regenerate.
+
 2004-09-24  Kelley Cook <kcook@gcc.gnu.org>
 
        * ylwrap: Revert to previous version.
index 97240991399f8226ae8c8fefaaf369fc50ae4aa6..3863cff271acb0efbaeada87c1ba2641395f27a6 100644 (file)
@@ -250,8 +250,8 @@ esac
 
 # If both --with-headers and --with-libs are specified, default to
 # --without-newlib.
-if test x"${with_headers}" != x && test x"${with_headers} != xno \
-   && test x"${with_libs}" != x && test x"${with_libs} != xno ; then
+if test x"${with_headers}" != x && test x"${with_headers}" != xno \
+   && test x"${with_libs}" != x && test x"${with_libs}" != xno ; then
   if test x"${with_newlib}" = x ; then
     with_newlib=no
   fi
This page took 0.079992 seconds and 5 git commands to generate.