changeset 16830:626e5ea95907

Add a comment to else clauses where the if is very far away.
author diego
date Sun, 23 Oct 2005 11:26:36 +0000
parents c1aabebbe2e7
children 14185247b041
files configure
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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