diff options
author | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-29 11:41:17 +0000 |
---|---|---|
committer | rsandifo <rsandifo@138bc75d-0d04-0410-961f-82ee72b054a4> | 2004-09-29 11:41:17 +0000 |
commit | 3bdd04ccf960328c1d2e8abb95cf0a8072eadaad (patch) | |
tree | 86886b50bec85e7e1fef974e1cae96a2518eab1d /configure.in | |
parent | 192342fa546d9c9172c0b59d3f239aa8657b6642 (diff) | |
download | gcc-3bdd04ccf960328c1d2e8abb95cf0a8072eadaad.tar.gz |
* configure.in (--without-headers): Add missing double quotes.
* configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@88284 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure.in')
-rw-r--r-- | configure.in | 4 |
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 |