Commit 3bdd04cc authored by rsandifo's avatar rsandifo
Browse files

* 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
parent 192342fa
2004-09-24 Michael Roth <mroth@nessie.de>
* configure.in (--without-headers): Add missing double quotes.
* configure: Regenerate.
2004-09-24 Kelley Cook <kcook@gcc.gnu.org>
* ylwrap: Revert to previous version.
......
......@@ -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
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment