Updated detection for Celeron M.

This commit is contained in:
n-a-c-h
2005-10-26 05:51:59 +00:00
parent 11c92d0803
commit fc549f5386

View File

@@ -458,7 +458,7 @@ if test x$enable_cpucheck != xno; then
if (!cpu) if (!cpu)
{ {
if (strstr(model_name, "Pentium(R) M")) if (strstr(model_name, "Pentium(R) M") || strstr(model_name, "Celeron(R) M"))
{ {
#if __GNUC__ > 3 || __GNUC_MINOR__ > 3 #if __GNUC__ > 3 || __GNUC_MINOR__ > 3
cpu = "pentium-m"; cpu = "pentium-m";