From 8de170f53def6e89393503ab51495aab738c1e0d Mon Sep 17 00:00:00 2001 From: ksorim Date: Wed, 20 Mar 2002 15:28:26 +0000 Subject: [PATCH] Bugfix for --disable-runtime-cpudetection git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@5223 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index 45e07115dc..2624d145c6 100755 --- a/configure +++ b/configure @@ -587,7 +587,7 @@ case "$host_arch" in 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