mirror of
https://github.com/owntone/owntone-server.git
synced 2024-12-26 07:05:57 -05:00
Add check for sys/signalfd.h
This commit is contained in:
parent
54c01d3b57
commit
1a3ff0dd55
@ -75,6 +75,8 @@ if test x$use_musepack = xtrue; then
|
||||
PKG_CHECK_MODULES(TAGLIB, [ taglib_c ])
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADER(sys/signalfd.h, , AC_MSG_ERROR([signalfd required; glibc 2.9+ recommended]))
|
||||
|
||||
AC_CHECK_HEADERS(getopt.h,,)
|
||||
AC_CHECK_HEADERS(stdint.h,,)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user