forked from pool/Botan
14 lines
445 B
Diff
14 lines
445 B
Diff
|
diff --git a/src/utils/cpuid.cpp b/src/utils/cpuid.cpp
|
||
|
index f6581f09c..ae087fac3 100644
|
||
|
--- a/src/utils/cpuid.cpp
|
||
|
+++ b/src/utils/cpuid.cpp
|
||
|
@@ -36,7 +36,7 @@
|
||
|
#include <ia32intrin.h>
|
||
|
#define CALL_CPUID(type, out) do { __cpuid(out, type); } while(0)
|
||
|
|
||
|
-#elif defined(BOTAN_BUILD_COMPILER_IS_GCC) && (BOTAN_GCC_VERSION >= 430)
|
||
|
+#elif defined(BOTAN_BUILD_COMPILER_IS_GCC) && 0
|
||
|
|
||
|
// Only available starting in GCC 4.3
|
||
|
#include <cpuid.h>
|