Re-enable the timerfd interface on Cygwin
* configure.ac (emacs_cv_have_timerfd): No longer set this to "no" on Cygwin. (Bug#34618)
This commit is contained in:
parent
5625eb7c24
commit
466466db76
1 changed files with 0 additions and 4 deletions
|
@ -4294,10 +4294,6 @@ AC_SUBST(LIBS_TERMCAP)
|
|||
AC_SUBST(TERMCAP_OBJ)
|
||||
|
||||
# GNU/Linux-specific timer functions.
|
||||
# Bug#34618.
|
||||
if test "$opsys" = "cygwin"; then
|
||||
emacs_cv_have_timerfd=no
|
||||
fi
|
||||
AC_CACHE_CHECK([for timerfd interface], [emacs_cv_have_timerfd],
|
||||
[AC_COMPILE_IFELSE(
|
||||
[AC_LANG_PROGRAM([[#include <sys/timerfd.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue