summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 810a79d..ff08fb8 100755
--- a/configure
+++ b/configure
@@ -50337,7 +50337,7 @@ fi
PARALLEL=${PARALLEL:-no}
-if `echo $CC | grep / 2>&1 /dev/null`; then
+if `echo $CC | grep / >/dev/null 2>&1`; then
CC_VERSION="$CC"
else
CC_VERSION="$CC";