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:
authorRyan <ry@tinyclouds.org>2009-04-22 21:35:47 +0400
committerRyan <ry@tinyclouds.org>2009-04-22 21:35:47 +0400
commit40c0f755c998d2615fe8466aab20c6d81bd463e7 (patch)
tree51fcb08ba1bd3f745ceb43fd5f814a5700079881 /configure
parenta93cf503073ba0258c55dec4dc325bdc1509b739 (diff)
import full versions of dependency libraries!
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure18
1 files changed, 5 insertions, 13 deletions
diff --git a/configure b/configure
index db2d3c52b82..fbe2e5ad0dc 100755
--- a/configure
+++ b/configure
@@ -4,19 +4,11 @@
# Fancy colors used to beautify the output a bit.
#
-if [ "$NOCOLOR" ] ; then
- NORMAL=""
- BOLD=""
- RED=""
- YELLOW=""
- GREEN=""
-else
- NORMAL='\\033[0m'
- BOLD='\\033[01;1m'
- RED='\\033[01;91m'
- YELLOW='\\033[00;33m'
- GREEN='\\033[01;92m'
-fi
+NORMAL=""
+BOLD=""
+RED=""
+YELLOW=""
+GREEN=""
EXIT_SUCCESS=0
EXIT_FAILURE=1