diff --git a/lib/roken/roken-common.h b/lib/roken/roken-common.h index fce0cdb3d..1610ae6d5 100644 --- a/lib/roken/roken-common.h +++ b/lib/roken/roken-common.h @@ -121,7 +121,7 @@ #define SIG_ERR ((RETSIGTYPE (*)())-1) #endif -#if !defined(__GNUC__) && !defined(__attribute__) +#ifndef HAVE___ATTRIBUTE__ #define __attribute__(x) #endif