summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 60e0a58fc6..29dba495d7 100755
--- a/configure
+++ b/configure
@@ -1913,7 +1913,7 @@ int main(void) { return 0; }
EOF
if test "$_runtime_cpudetection" = no ; then
if test $cc_vendor != "intel" ; then
- cc_check -march=native && proc=native
+ cc_check -march=native && proc=native
fi
if test "$proc" = "k8"; then
cc_check -march=$proc $cpuopt=$proc || proc=athlon-xp
@@ -2063,7 +2063,7 @@ EOF
# This is a stripped-down version of the i386 fallback.
if test "$_runtime_cpudetection" = no ; then
if test $cc_vendor != "intel" ; then
- cc_check -march=native && proc=native
+ cc_check -march=native && proc=native
fi
# --- AMD processors ---
if test "$proc" = "k8"; then