From 103ca0c90258999d1f5dbb74c11ac837613a74ba Mon Sep 17 00:00:00 2001 From: cehoyos Date: Fri, 2 Apr 2010 10:13:45 +0000 Subject: Cosmetics: Fix indentation. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30985 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.3