summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-23 11:26:36 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-10-23 11:26:36 +0000
commit268c88a4fb3b836a9b0a4149f4c534836783cbed (patch)
tree9cebd62bec90e31ec0eaecf67b8fc7e43e7bc9e7 /configure
parentf14a68b53ecbfd600380550b179b0c7a6ad34563 (diff)
downloadmpv-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-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index 0f2ac29a3c..5db2c027e4 100755
--- a/configure
+++ b/configure
@@ -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