mirror of
https://github.com/owntone/owntone-server.git
synced 2025-01-12 15:33:23 -05:00
Fix for bug introduced by commit 67c092828d
This commit is contained in:
parent
2a99c78c47
commit
ee902a1a68
@ -251,7 +251,7 @@ case "$host" in
|
||||
fi
|
||||
|
||||
AC_CHECK_HEADERS([sys/eventfd.h])
|
||||
AC_CHECK_FUNCS(eventfd_write)
|
||||
AC_CHECK_FUNC(eventfd_write, AC_DEFINE(HAVE_EVENTFD, 1, [Define to 1 if you have eventfd]))
|
||||
|
||||
AC_CHECK_HEADER(sys/signalfd.h, , AC_MSG_ERROR([signalfd required; glibc 2.9+ recommended]))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user