From 9082a7500ad25580631d1522ec6a04f0f9449b01 Mon Sep 17 00:00:00 2001 From: Michael Roth Date: Wed, 29 Sep 2004 11:41:17 +0000 Subject: [PATCH] configure.in (--without-headers): Add missing double quotes. * configure.in (--without-headers): Add missing double quotes. * configure: Regenerate. From-SVN: r88284 --- ChangeLog | 5 +++++ configure.in | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 952e282196d..d9e772eb5de 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-09-24 Michael Roth + + * configure.in (--without-headers): Add missing double quotes. + * configure: Regenerate. + 2004-09-24 Kelley Cook * ylwrap: Revert to previous version. 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 -- 2.30.2