mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 05:28:49 +00: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
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue