Oops was too space happy.

This commit is contained in:
n-a-c-h
2005-10-27 14:30:24 +00:00
parent 4d6fe2c29e
commit ead3840ccd

View File

@@ -410,7 +410,7 @@ if test x$enable_cpucheck != xno; then
#if __GNUC__ > 3 || __GNUC_MINOR__ > 3 #if __GNUC__ > 3 || __GNUC_MINOR__ > 3
if (strstr(flags, " sse2 ") && strstr(flags, " lm ")) //Need two checks to protect Semprons if (strstr(flags, " sse2 ") && strstr(flags, " lm ")) //Need two checks to protect Semprons
{ {
if (strstr(model_name, " Opteron ")) { cpu = "opteron"; } if (strstr(model_name, "Opteron")) { cpu = "opteron"; }
else { cpu = (strstr(model_name, "Athlon(tm) 64")) ? "athlon64" : "k8"; } else { cpu = (strstr(model_name, "Athlon(tm) 64")) ? "athlon64" : "k8"; }
} //Athlon64, also athlon-fx } //Athlon64, also athlon-fx
#endif #endif