changeset 21740:6f7d4885744d

cosmetics: Fix indentation after last commit.
author diego
date Sun, 24 Dec 2006 00:45:26 +0000
parents e75482a7009a
children 86765ad85b1b
files configure
diffstat 1 files changed, 13 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Dec 24 00:43:09 2006 +0000
+++ b/configure	Sun Dec 24 00:45:26 2006 +0000
@@ -1128,21 +1128,21 @@
 	cpuopt=-mcpu
     fi
     if test "$_runtime_cpudetection" = no ; then
-    case "$pvendor" in
-    AuthenticAMD)
-      proc=k8;;
-    GenuineIntel)
-      case "$pmodel" in
-      6) proc=core2;;
+      case "$pvendor" in
+      AuthenticAMD)
+        proc=k8;;
+      GenuineIntel)
+        case "$pmodel" in
+        6) proc=core2;;
+        *)
+          # 64-bit prescotts exist, but as far as GCC is concerned they
+          # have the same capabilities as a nocona.
+          proc=nocona;;
+        esac
+        ;;
       *)
-        # 64-bit prescotts exist, but as far as GCC is concerned they have the
-        # same capabilities as a nocona.
-        proc=nocona;;
+        proc=error;;
       esac
-      ;;
-    *)
-      proc=error;;
-    esac
     fi # test "$_runtime_cpudetection" = no
 
     echocheck "GCC & CPU optimization abilities"