--- rxvt-unicode/src/rxvtutil.h 2007/11/20 17:44:44 1.30 +++ rxvt-unicode/src/rxvtutil.h 2007/11/22 15:32:39 1.31 @@ -13,7 +13,7 @@ #define HAVE_GCC_BUILTINS (__GNUC__ >= 4 || (__GNUC__ == 3 && __GNUC_MINOR__ == 4)) -#if __GNUC__ >= 3 +#if __GNUC__ >= 4 # define rxvt_attribute(x) __attribute__(x) #else # define rxvt_attribute(x)