aboutsummaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorMichael Roth <mroth@nessie.de>2004-09-29 11:41:17 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2004-09-29 11:41:17 +0000
commit9082a7500ad25580631d1522ec6a04f0f9449b01 (patch)
tree86886b50bec85e7e1fef974e1cae96a2518eab1d /configure.in
parentb4f6904019599d3327bed05a65b9bebf458af635 (diff)
downloadgcc-9082a7500ad25580631d1522ec6a04f0f9449b01.zip
gcc-9082a7500ad25580631d1522ec6a04f0f9449b01.tar.gz
gcc-9082a7500ad25580631d1522ec6a04f0f9449b01.tar.bz2
configure.in (--without-headers): Add missing double quotes.
* configure.in (--without-headers): Add missing double quotes. * configure: Regenerate. From-SVN: r88284
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 9724099..3863cff 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