summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorcehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-02 10:13:45 +0000
committercehoyos <cehoyos@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-04-02 10:13:45 +0000
commit103ca0c90258999d1f5dbb74c11ac837613a74ba (patch)
treea9605d4dbc6c383b19e9f1c1cacf50971c82d61d /configure
parent1468d39b01b47a5d2044f86e19822feecfffbedd (diff)
downloadmpv-103ca0c90258999d1f5dbb74c11ac837613a74ba.tar.bz2
mpv-103ca0c90258999d1f5dbb74c11ac837613a74ba.tar.xz
Cosmetics: Fix indentation.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30985 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
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