emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 466466d: Re-enable the timerfd interface on Cygwin


From: Ken Brown
Subject: [Emacs-diffs] master 466466d: Re-enable the timerfd interface on Cygwin
Date: Sat, 9 Mar 2019 14:26:56 -0500 (EST)

branch: master
commit 466466db76f7ee1a97b7d929743288a21236783c
Author: Ken Brown <address@hidden>
Commit: Ken Brown <address@hidden>

    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 cc2a597..110ea29 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>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]