# HG changeset patch # User ksorim # Date 1016638106 0 # Node ID 202fc9c7a372e941e70da77c1d200cbaf71d98b6 # Parent 533a58023392f5334717d68529d8c983a13d7f28 Bugfix for --disable-runtime-cpudetection diff -r 533a58023392 -r 202fc9c7a372 configure --- 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