Second attempt to fix the build. config.h.in changes need to go in

configure.ac.
This commit is contained in:
ridiculousfish 2014-03-25 20:23:58 -07:00
parent 2db013a5fa
commit d533c1b1c8

View file

@ -149,9 +149,11 @@ AC_CONFIG_HEADERS(config.h)
AH_BOTTOM([#if __GNUC__ >= 3
#define __warn_unused __attribute__ ((warn_unused_result))
#define __sentinel __attribute__ ((sentinel))
#define __packed __attribute__ ((packed))
#else
#define __warn_unused
#define __sentinel
#define __packed
#endif])