* configure.in (--without-headers): Add missing double quotes.
authorRichard Sandiford <rdsandiford@googlemail.com>
Wed, 29 Sep 2004 11:43:26 +0000 (11:43 +0000)
committerRichard Sandiford <rdsandiford@googlemail.com>
Wed, 29 Sep 2004 11:43:26 +0000 (11:43 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.in

index 312900df58e4d780c74871e64aa196b18e9ae2f1..8ec14ee1665c8f0c4786c2690a1a2e8bc2709425 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 0efae53ddff1c10c6596472340c1a105fbf084eb..29f995972915bf240f3c9d89b06fdbab89f21885 100755 (executable)
--- a/configure
+++ b/configure
@@ -1024,8 +1024,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
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.099933 seconds and 4 git commands to generate.