Cosmetics: Fix indentation.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30985 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
cehoyos 2010-04-02 10:13:45 +00:00
parent 1468d39b01
commit 103ca0c902
1 changed files with 2 additions and 2 deletions

4
configure vendored
View File

@ -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