OSDN Git Service

* configure.in (--without-headers): Add missing double quotes.
authorrsandifo <rsandifo>
Wed, 29 Sep 2004 11:43:25 +0000 (11:43 +0000)
committerrsandifo <rsandifo>
Wed, 29 Sep 2004 11:43:25 +0000 (11:43 +0000)
* configure: Regenerate.

ChangeLog
configure
configure.in

index 312900d..8ec14ee 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 0efae53..29f9959 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 9724099..3863cff 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