mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-04-14 08:10:27 +08:00
configure.in (--without-headers): Add missing double quotes.
* configure.in (--without-headers): Add missing double quotes. * configure: Regenerate. From-SVN: r88284
This commit is contained in:
parent
b4f6904019
commit
9082a7500a
@ -1,3 +1,8 @@
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user