diff options
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/configure.ac | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/configure.ac b/pixman/configure.ac index 56ef10ebf..b8d59f625 100644 --- a/pixman/configure.ac +++ b/pixman/configure.ac @@ -566,7 +566,7 @@ AC_COMPILE_IFELSE([AC_LANG_SOURCE([[ #error "IWMMXT is only available on ARM" #endif #if defined(__GNUC__) && (__GNUC__ < 4 || (__GNUC__ == 4 && __GNUC_MINOR__ < 5)) -#error "Need GCC >= 4.6 for IWMMXT intrinsics" +#error "Need GCC >= 4.5 for IWMMXT intrinsics" #endif #include <mmintrin.h> int main () { |