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:
Ken Brown 2019-03-09 14:22:54 -05:00
parent 5625eb7c24
commit 466466db76

View file

@ -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>