mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-31 15:25:15 +08:00
Second attempt to fix the build. config.h.in changes need to go in
configure.ac.
This commit is contained in:
parent
2db013a5fa
commit
d533c1b1c8
|
@ -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])
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user