diff options
author | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-09-29 11:42:03 +0000 |
---|---|---|
committer | Richard Sandiford <rsandifo@gcc.gnu.org> | 2004-09-29 11:42:03 +0000 |
commit | dca3f2e962653347bf2b02e7c593650b69f28af8 (patch) | |
tree | 6e08960b248d788488977b31c107df012c1bf419 /configure | |
parent | 9082a7500ad25580631d1522ec6a04f0f9449b01 (diff) | |
download | gcc-dca3f2e962653347bf2b02e7c593650b69f28af8.tar.gz |
Regenerate.
From-SVN: r88285
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure index 0efae53ddff..29f99597291 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 |