Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2011-08-27 00:38:45 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2011-08-27 00:38:45 +0400
commit790f13df9c683c547c6eb27312bb928f2c10eef9 (patch)
tree180b782dade2d2f68360b7d39f3fa6c4c8b2b67e
parent7d38a3b81c82269cbec877b3ea9a827dbee044fd (diff)
Fix typo in configure script
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index de002e39b26..81299f4bb0f 100755
--- 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 ccache. Please set your CC env var to 'gcc'"
echo " (ba)sh: export CC=gcc"
exit 1
fi