Regenerate.
authorRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 29 Sep 2004 11:42:03 +0000 (11:42 +0000)
committerRichard Sandiford <rsandifo@gcc.gnu.org>
Wed, 29 Sep 2004 11:42:03 +0000 (11:42 +0000)
From-SVN: r88285

configure

index 0efae53..29f9959 100755 (executable)
--- 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