From 27b2da94a51760da22a24a7ce4ca9822af4a8d71 Mon Sep 17 00:00:00 2001 From: Ian Lance Taylor Date: Wed, 4 Oct 1995 20:46:20 +0000 Subject: [PATCH] quote string for test --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 7fa4d7c3515..ef5be1e26c2 100644 --- a/configure.in +++ b/configure.in @@ -133,7 +133,7 @@ fi # See if we can extract a definition of CC from the fragment. if [ -z "${CC}" ]; then - if [ -n "${host_makefile_frag}" -a -f ${host_makefile_frag} ]; then + if [ -n "${host_makefile_frag}" -a -f "${host_makefile_frag}" ]; then CC=`sed -n -e 's/CC[ ]*=[ ]*\(.*\)$/\1/p' < ${host_makefile_frag}` fi fi -- 2.30.2