From 02b22f84c80a742a9eac678dfa42df703451ffc2 Mon Sep 17 00:00:00 2001 From: zuxy Date: Thu, 7 Jun 2007 03:01:32 +0000 Subject: 10l: correct Core 2 detection under x86-64 git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23488 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 75b04394b6..6b6c4ede0e 100755 --- a/configure +++ b/configure @@ -1845,7 +1845,7 @@ EOF AuthenticAMD) proc=k8;; GenuineIntel) - case "$pmodel" in + case "$pfamily" in 6) proc=core2;; *) # 64-bit prescotts exist, but as far as GCC is concerned they -- cgit v1.2.3