# HG changeset patch # User diego # Date 1130066796 0 # Node ID 626e5ea95907cc03bc20e778ba3948483ed02bcf # Parent c1aabebbe2e70d0c9a52a9566b3cb0ff17962512 Add a comment to else clauses where the if is very far away. diff -r c1aabebbe2e7 -r 626e5ea95907 configure --- a/configure Sun Oct 23 07:37:55 2005 +0000 +++ b/configure Sun Oct 23 11:26:36 2005 +0000 @@ -540,7 +540,7 @@ 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 @@ _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