mirror of
https://github.com/openwrt/telephony.git
synced 2026-04-15 10:51:57 +00:00
12 lines
330 B
Diff
12 lines
330 B
Diff
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -1293,7 +1293,7 @@ if test "${ac_cv_have_variable_fdset}x"
|
|
fi
|
|
|
|
AC_MSG_CHECKING([if we have usable eventfd support])
|
|
-AC_RUN_IFELSE(
|
|
+AC_LINK_IFELSE(
|
|
[AC_LANG_PROGRAM([#include <sys/eventfd.h>],
|
|
[return eventfd(0, EFD_NONBLOCK | EFD_SEMAPHORE) == -1;])],
|
|
AC_MSG_RESULT(yes)
|