From: Ken Brown Date: Sat, 9 Mar 2019 19:22:54 +0000 (-0500) Subject: Re-enable the timerfd interface on Cygwin X-Git-Tag: emacs-27.0.90~3443 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=466466db76f7ee1a97b7d929743288a21236783c;p=emacs.git Re-enable the timerfd interface on Cygwin * configure.ac (emacs_cv_have_timerfd): No longer set this to "no" on Cygwin. (Bug#34618) --- 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