Pentium4m was off by a minor version.

This commit is contained in:
n-a-c-h
2005-11-15 21:35:06 +00:00
parent f8de540962
commit 195cbf4694
2 changed files with 2 additions and 2 deletions

View File

@@ -490,7 +490,7 @@ if test x$enable_cpucheck != xno; then
} }
else else
{ {
#if __GNUC__ > 3 || __GNUC_MINOR__ > 2 #if __GNUC__ > 3 || __GNUC_MINOR__ > 3
if (strstr(model_name, "Mobile")) { cpu = "pentium4m"; } if (strstr(model_name, "Mobile")) { cpu = "pentium4m"; }
#endif #endif

View File

@@ -289,7 +289,7 @@ int main()
} }
else else
{ {
#if __GNUC__ > 3 || __GNUC_MINOR__ > 2 #if __GNUC__ > 3 || __GNUC_MINOR__ > 3
if (strstr(model_name, "Mobile")) if (strstr(model_name, "Mobile"))
{ {
cpu = "pentium4m"; cpu = "pentium4m";