diff options
| author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-29 11:42:03 +0000 |
|---|---|---|
| committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-29 11:42:03 +0000 |
| commit | dff765100aee7b46b8b32a4e753e1a23a175daa9 (patch) | |
| tree | 6e08960b248d788488977b31c107df012c1bf419 | |
| parent | 3bdd04ccf960328c1d2e8abb95cf0a8072eadaad (diff) | |
| download | ppe42-gcc-dff765100aee7b46b8b32a4e753e1a23a175daa9.tar.gz ppe42-gcc-dff765100aee7b46b8b32a4e753e1a23a175daa9.zip | |
Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88285 138bc75d-0d04-0410-961f-82ee72b054a4
| -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 |

