summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKen Brown <kbrown@cornell.edu>2019-03-09 14:22:54 -0500
committerKen Brown <kbrown@cornell.edu>2019-03-09 14:26:43 -0500
commit466466db76f7ee1a97b7d929743288a21236783c (patch)
tree97be8f0dde003e6a1a96b1a43c6ea16fd0e2a080 /configure.ac
parent5625eb7c245b8cfc5a8631316c11fe56453ce874 (diff)
downloademacs-466466db76f7ee1a97b7d929743288a21236783c.tar.gz
Re-enable the timerfd interface on Cygwin
* configure.ac (emacs_cv_have_timerfd): No longer set this to "no" on Cygwin. (Bug#34618)
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 0 insertions, 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 <sys/timerfd.h>