Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2004-09-29 15:43:26 +0400
committerRichard Sandiford <rdsandiford@googlemail.com>2004-09-29 15:43:26 +0400
commit09ebdaf71599f7f5de489982c7f73143d39820cb (patch)
tree2e30b4f1806b1fb28284f7f6d8b5dab971f67580 /configure.in
parent85153fb164bc1b847c21b59b344974af17159c95 (diff)
* configure.in (--without-headers): Add missing double quotes.
* configure: Regenerate.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure.in b/configure.in
index 972409913..3863cff27 100644
--- a/configure.in
+++ b/configure.in
@@ -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