From 09ebdaf71599f7f5de489982c7f73143d39820cb Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 29 Sep 2004 11:43:26 +0000 Subject: [PATCH] * configure.in (--without-headers): Add missing double quotes. * configure: Regenerate. --- ChangeLog | 5 +++++ configure | 4 ++-- configure.in | 4 ++-- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 312900df5..8ec14ee16 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 b/configure index 0efae53dd..29f995972 100755 --- a/configure +++ b/configure @@ -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 diff --git a/configure.in b/configure.in index 972409913..3863cff27 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