summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure2
-rw-r--r--configure.in2
2 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 01cca4f..a8b2384 100755
--- a/configure
+++ b/configure
@@ -50302,7 +50302,7 @@ if `echo $CC_NOFLAGS | grep ^/ >/dev/null 2>&1`; then
else
CC_VERSION="$CC";
for x in `echo $PATH | sed -e 's/:/ /g'`; do
- if test -x $x/$CC_NOFLAG; then
+ if test -x $x/$CC_NOFLAGS; then
CC_VERSION="$x/$CC"
break
fi
diff --git a/configure.in b/configure.in
index d14b844..f333892 100644
--- a/configure.in
+++ b/configure.in
@@ -3476,7 +3476,7 @@ if `echo $CC_NOFLAGS | grep ^/ >/dev/null 2>&1`; then
else
CC_VERSION="$CC";
for x in `echo $PATH | sed -e 's/:/ /g'`; do
- if test -x $x/$CC_NOFLAG; then
+ if test -x $x/$CC_NOFLAGS; then
CC_VERSION="$x/$CC"
break
fi