projects
/
platform
/
upstream
/
nodejs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d38a3b
)
Fix typo in configure script
author
Ben Noordhuis
<info@bnoordhuis.nl>
Fri, 26 Aug 2011 20:38:45 +0000
(20:38 +0000)
committer
Ben Noordhuis
<info@bnoordhuis.nl>
Fri, 26 Aug 2011 20:38:45 +0000
(20:38 +0000)
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index de002e39b26902259b428f6e9ef47953c95aabc3..81299f4bb0f6bdd18e8f696e1553bd84bf01b291 100755
(executable)
--- a/
configure
+++ b/
configure
@@
-2,7
+2,7
@@
# v8 doesn't like ccache
if [ ! -z "`echo $CC | grep ccache`" ]; then
- echo "Error: V8 doesn't like cache. Please set your CC env var to 'gcc'"
+ echo "Error: V8 doesn't like c
c
ache. Please set your CC env var to 'gcc'"
echo " (ba)sh: export CC=gcc"
exit 1
fi