projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2a01c35
)
quote string for test
author
Ian Lance Taylor
<ian@airs.com>
Wed, 4 Oct 1995 20:46:20 +0000
(20:46 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Wed, 4 Oct 1995 20:46:20 +0000
(20:46 +0000)
configure.in
patch
|
blob
|
history
diff --git
a/configure.in
b/configure.in
index 7fa4d7c3515f21baf5a03bcf9dc930ac054c71be..ef5be1e26c2bcb6542abe65abbf6e077036fac1b 100644
(file)
--- 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