summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@nildram.co.uk>2004-09-29 11:43:26 +0000
committerRichard Sandiford <rsandifo@nildram.co.uk>2004-09-29 11:43:26 +0000
commit0cd47fe1baef95a7ce7d0bd5baf3896703bae06d (patch)
tree2784539b6fbdb0dbf9dc1257b708b7a8827b5fa0 /configure.in
parenta6f50499491067041cf3686288e6fe21f841fb04 (diff)
downloadgdb-0cd47fe1baef95a7ce7d0bd5baf3896703bae06d.tar.gz
* 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 97240991399..3863cff271a 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