1
mirror of https://github.com/mpv-player/mpv synced 2024-08-04 14:59:58 +02:00

Add a comment to else clauses where the if is very far away.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@16831 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-10-23 11:26:36 +00:00
parent f14a68b53e
commit 268c88a4fb

4
configure vendored
View File

@ -540,7 +540,7 @@ if test -z "$_target" ; then
esac
;;
esac
else
else # if test -z "$_target"
system_name=`echo $_target | cut -d '-' -f 2`
case "`echo $system_name | tr A-Z a-z`" in
linux) system_name=Linux ;;
@ -984,7 +984,7 @@ EOF
_mcpu="$cpuopt=$proc"
_optimizing="$proc"
fi
else
else # if test "$_runtime_cpudetection" = no
# i686 is probably the most common CPU - optimize for it
_mcpu="$cpuopt=i686"
# at least i486 required, for bswap instruction