From 466466db76f7ee1a97b7d929743288a21236783c Mon Sep 17 00:00:00 2001 From: Ken Brown Date: Sat, 9 Mar 2019 14:22:54 -0500 Subject: [PATCH] Re-enable the timerfd interface on Cygwin * configure.ac (emacs_cv_have_timerfd): No longer set this to "no" on Cygwin. (Bug#34618) --- configure.ac | 4 ---- 1 file changed, 4 deletions(-) diff --git a/configure.ac b/configure.ac index cc2a597010f..110ea2909a9 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.2