diff configure @ 5222:202fc9c7a372

Bugfix for --disable-runtime-cpudetection
author ksorim
date Wed, 20 Mar 2002 15:28:26 +0000
parents 40c6df15c3df
children d2185c616772
line wrap: on
line diff
--- a/configure	Wed Mar 20 15:22:48 2002 +0000
+++ b/configure	Wed Mar 20 15:28:26 2002 +0000
@@ -587,7 +587,7 @@
 cat > $TMPC << EOF
 int main(void) { return 0; }
 EOF
-  if test "_$runtime_cpudetection" = "no" ; then
+  if test "$_runtime_cpudetection" = no ; then
     if test "$proc" = "k7" ; then
       cc_check -march=$proc -mcpu=$proc || proc=athlon
     fi