From 633adea9f6cda174d966db37d822500c2873cfc8 Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Wed, 26 Oct 2005 17:40:57 +0000 Subject: [PATCH] Fixed a small indentation issue. Fixed a #endif in the wrong location. --- zsnes/src/acinclude.m4 | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/zsnes/src/acinclude.m4 b/zsnes/src/acinclude.m4 index ef733e08..a1bee547 100644 --- a/zsnes/src/acinclude.m4 +++ b/zsnes/src/acinclude.m4 @@ -480,6 +480,7 @@ if test x$enable_cpucheck != xno; then } else { cpu = (!strcmp(cpu_family, "6")) ? "pentium2" : "pentium-mmx"; } } + #endif if (!cpu) { @@ -487,7 +488,6 @@ if test x$enable_cpucheck != xno; then if (family > 5) { cpu = "pentiumpro"; } else if (family == 5) { cpu = "pentium"; } } - #endif } #if __GNUC__ > 2 else if (strstr(model_name, "VIA")) @@ -500,10 +500,10 @@ if test x$enable_cpucheck != xno; then else if (strstr(flags, "sse")) { cpu = "c3-2"; } #endif #endif - } - } - else if (strstr(model_name, "WinChip")) - { + } + } + else if (strstr(model_name, "WinChip")) + { #if __GNUC__ > 3 || __GNUC_MINOR__ > 2 if (strstr(flags, "mmx")) {