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@redhat.com>2004-09-29 11:41:17 +0000
commit6c0266545bab60c8d06c748bfe5b923238cb0457 (patch)
tree86886b50bec85e7e1fef974e1cae96a2518eab1d /configure.in
parente219c9c39d69230ee387378f162c21af1c4cebb1 (diff)
* configure.in (--without-headers): Add missing double quotes.
* configure: Regenerate. git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@88284 138bc75d-0d04-0410-961f-82ee72b054a4
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