From 4c8d81fa2d21ec9d21a5ab6dbbdeded9be140a17 Mon Sep 17 00:00:00 2001 From: Guillaume Poirier Date: Fri, 20 Oct 2006 13:08:24 +0000 Subject: [PATCH] fix harmless typo / consistency fix Originally committed as revision 6748 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index d340ceba4d..64b906fa64 100755 --- a/configure +++ b/configure @@ -1109,7 +1109,7 @@ if test $cpu != "generic"; then # targets that do support conditional mov (cmov) i686|pentiumpro|pentium[234]|pentium-m|prescott|athlon|athlon-tbird|athlon-4|athlon-[mx]p|nocona|athlon64|k8|opteron|athlon-fx) add_cflags "-march=$cpu" - cmov=yes + cmov="yes" ;; sparc64) add_cflags "-mcpu=v9"