mozilla-sle11.patch
changeset 382 67f876aafae8
parent 294 5330447b83a3
child 568 2c74c5927ea2
--- a/mozilla-sle11.patch	Wed Feb 08 08:31:42 2012 +0100
+++ b/mozilla-sle11.patch	Wed Feb 08 08:34:20 2012 +0100
@@ -11,7 +11,7 @@
  // <intrin.h> conflicts with <windows.h> on MSVC 2005, and some files want to
  // include both SSE.h and <windows.h>.
  
- #if defined(__GNUC__) && (__GNUC__ > 4 || (__GNUC__ == 4 && __GNUC_MINOR__ >= 3)) && (defined(__i386__) || defined(__x86_64__))
+ #ifdef HAVE_CPUID_H
  
  // cpuid.h is available on gcc 4.3 and higher on i386 and x86_64
 -#include <cpuid.h>