* configure.in (--without-headers): Add missing double quotes.

* configure: Regenerate.
This commit is contained in:
Richard Sandiford
2004-09-29 11:43:26 +00:00
parent d5f0cf9289
commit 32be62b581
3 changed files with 9 additions and 4 deletions

4
configure vendored
View File

@ -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