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
parent85153fb164bc1b847c21b59b344974af17159c95 (diff)
* configure.in (--without-headers): Add missing double quotes.
* configure: Regenerate.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0efae53dd..29f995972 100755
--- 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