From 32be62b581981b7630a75b5cfcd5212987da393a Mon Sep 17 00:00:00 2001 From: Richard Sandiford Date: Wed, 29 Sep 2004 11:43:26 +0000 Subject: * configure.in (--without-headers): Add missing double quotes. * configure: Regenerate. --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 0efae53..29f9959 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 -- cgit v1.1