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 dacd5cfa4e..bbe7c67d61 100755
--- a/configure
+++ b/configure
@@ -484,7 +484,7 @@ if [ "$proc" = "k7" ]; then
fi
if [ "$proc" = "athlon" ]; then
# echo -n "trying athlon "
- $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=k6
+ $_cc $TMPC -o $TMPO -march=$proc -mcpu=$proc > /dev/null 2>&1 || proc=pentiumpro
fi
if [ "$proc" = "k6" ]; then
# echo -n "trying k6 "