aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index 22b21fc3f0..dd73d3bbef 100755
--- a/configure
+++ b/configure
@@ -1451,7 +1451,7 @@ echo "configure:1443: checking version of $CC" >&5
echo "$ac_t""$ac_prog_version" 1>&6
fi
if test $ac_verc_fail = yes; then
- critic_missing="$critic_missing make"
+ critic_missing=gcc
fi
for ac_prog in gnumake gmake make
@@ -1505,7 +1505,7 @@ echo "configure:1497: checking version of $MAKE" >&5
echo "$ac_t""$ac_prog_version" 1>&6
fi
if test $ac_verc_fail = yes; then
- critic_missing=t
+ critic_missing="$critic_missing make"
fi
@@ -2229,7 +2229,7 @@ else
fi
-for ac_prog in gawk mawk nawk awk
+for ac_prog in mawk gawk nawk awk
do
# Extract the first word of "$ac_prog", so it can be a program name with args.
set dummy $ac_prog; ac_word=$2