mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-20 01:50:26 -05:00
Limit signalfd.h header check to linux platforms
This commit is contained in:
@@ -93,7 +93,11 @@ if test x$use_itunes = xtrue; then
|
|||||||
PKG_CHECK_MODULES(LIBPLIST, [ libplist >= 0.16 ])
|
PKG_CHECK_MODULES(LIBPLIST, [ libplist >= 0.16 ])
|
||||||
fi
|
fi
|
||||||
|
|
||||||
AC_CHECK_HEADER(sys/signalfd.h, , AC_MSG_ERROR([signalfd required; glibc 2.9+ recommended]))
|
case "$host" in
|
||||||
|
*linux*)
|
||||||
|
AC_CHECK_HEADER(sys/signalfd.h, , AC_MSG_ERROR([signalfd required; glibc 2.9+ recommended]))
|
||||||
|
;;
|
||||||
|
esac
|
||||||
|
|
||||||
AC_CHECK_SIZEOF(void *)
|
AC_CHECK_SIZEOF(void *)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user