Fixed a small indentation issue. Fixed a #endif in the wrong location.
This commit is contained in:
@@ -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"))
|
||||
|
||||
Reference in New Issue
Block a user