aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorRichard Sandiford <rsandifo@gcc.gnu.org>2004-09-29 11:42:03 +0000
committerRichard Sandiford <rsandifo@gcc.gnu.org>2004-09-29 11:42:03 +0000
commitdca3f2e962653347bf2b02e7c593650b69f28af8 (patch)
tree6e08960b248d788488977b31c107df012c1bf419 /configure
parent9082a7500ad25580631d1522ec6a04f0f9449b01 (diff)
downloadgcc-dca3f2e962653347bf2b02e7c593650b69f28af8.zip
gcc-dca3f2e962653347bf2b02e7c593650b69f28af8.tar.gz
gcc-dca3f2e962653347bf2b02e7c593650b69f28af8.tar.bz2
Regenerate.
From-SVN: r88285
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