From 268c88a4fb3b836a9b0a4149f4c534836783cbed Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 23 Oct 2005 11:26:36 +0000 Subject: 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 --- configure | 4 ++-- 1 file 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 -- cgit v1.2.3