emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] master 21ad727: * configure.ac: Add error message for gfil


From: Michael Albinus
Subject: [Emacs-diffs] master 21ad727: * configure.ac: Add error message for gfile on Nextstep.
Date: Sun, 03 Jan 2016 16:35:06 +0000

branch: master
commit 21ad7279e47f0bc33acf36f0ac27f92808232dbd
Author: Michael Albinus <address@hidden>
Commit: Michael Albinus <address@hidden>

    * configure.ac: Add error message for gfile on Nextstep.
---
 configure.ac |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 94007a4..cddebd4 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2746,7 +2746,10 @@ dnl has been added in glib 2.24.  It has been tested 
under
 dnl GNU/Linux only.
 case $with_file_notification,$NOTIFY_OBJ in
   gfile,* | yes,)
-    if test "${HAVE_NS}" != yes; then
+    if test "${HAVE_NS}" = yes; then
+       AC_MSG_ERROR(['--with-file-notification=gfile' is not supported.
+Consider kqueue instead.])
+    else
        EMACS_CHECK_MODULES([GFILENOTIFY], [gio-2.0 >= 2.24])
        if test "$HAVE_GFILENOTIFY" = "yes"; then
          AC_DEFINE(HAVE_GFILENOTIFY, 1, [Define to 1 if using GFile.])



reply via email to

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