aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Sandiford <rdsandiford@googlemail.com>2004-09-29 11:43:26 +0000
committerRichard Sandiford <rdsandiford@googlemail.com>2004-09-29 11:43:26 +0000
commit09ebdaf71599f7f5de489982c7f73143d39820cb (patch)
tree2e30b4f1806b1fb28284f7f6d8b5dab971f67580 /configure
parent85153fb164bc1b847c21b59b344974af17159c95 (diff)
downloadnewlib-09ebdaf71599f7f5de489982c7f73143d39820cb.zip
newlib-09ebdaf71599f7f5de489982c7f73143d39820cb.tar.gz
newlib-09ebdaf71599f7f5de489982c7f73143d39820cb.tar.bz2
* 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 0efae53..29f9959 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