diff options
author | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-23 11:26:36 +0000 |
---|---|---|
committer | diego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2005-10-23 11:26:36 +0000 |
commit | 268c88a4fb3b836a9b0a4149f4c534836783cbed (patch) | |
tree | 9cebd62bec90e31ec0eaecf67b8fc7e43e7bc9e7 /configure | |
parent | f14a68b53ecbfd600380550b179b0c7a6ad34563 (diff) | |
download | mpv-268c88a4fb3b836a9b0a4149f4c534836783cbed.tar.bz2 mpv-268c88a4fb3b836a9b0a4149f4c534836783cbed.tar.xz |
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
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |