emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 15059d2: * configure.ac (emacs_config_features): Ad


From: Glenn Morris
Subject: [Emacs-diffs] master 15059d2: * configure.ac (emacs_config_features): Add notify backends.
Date: Mon, 29 Oct 2018 20:50:41 -0400 (EDT)

branch: master
commit 15059d228c099c7fbccfb04058d58253d40851e7
Author: Glenn Morris <address@hidden>
Commit: Glenn Morris <address@hidden>

    * configure.ac (emacs_config_features): Add notify backends.
---
 configure.ac | 9 +++++++++
 1 file changed, 9 insertions(+)

diff --git a/configure.ac b/configure.ac
index 50e3333..4a80eb4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -5498,6 +5498,15 @@ for opt in XAW3D XPM JPEG TIFF GIF PNG RSVG CAIRO 
IMAGEMAGICK SOUND GPM DBUS \
           *) continue ;;
         esac
       ;;
+      NOTIFY)
+        case $val in
+          *lkqueue*) opt="$opt LIBKQUEUE" ;;
+          *kqueue*) opt="$opt KQUEUE" ;;
+          *inotify*) opt="$opt INOTIFY" ;;
+          *gfile*) opt="$opt GFILENOTIFY" ;;
+          *w32*) opt="$opt W32NOTIFY" ;;
+        esac
+      ;;
     esac
     AS_VAR_APPEND([emacs_config_features], ["$optsep$opt"])
     optsep=' '



reply via email to

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