emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r112842: * configure.ac (HAVE_GFILENO


From: Michael Albinus
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r112842: * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
Date: Mon, 03 Jun 2013 21:38:06 +0200
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 112842
committer: Michael Albinus <address@hidden>
branch nick: trunk
timestamp: Mon 2013-06-03 21:38:06 +0200
message:
  * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
modified:
  ChangeLog
  configure.ac
=== modified file 'ChangeLog'
--- a/ChangeLog 2013-06-03 19:06:09 +0000
+++ b/ChangeLog 2013-06-03 19:38:06 +0000
@@ -1,3 +1,7 @@
+2013-06-03  Michael Albinus  <address@hidden>
+
+       * configure.ac (HAVE_GFILENOTIFY): Check for gio >= 2.24.
+
 2013-06-03  Eli Zaretskii  <address@hidden>
 
        * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.

=== modified file 'configure.ac'
--- a/configure.ac      2013-06-03 19:06:09 +0000
+++ b/configure.ac      2013-06-03 19:38:06 +0000
@@ -2321,12 +2321,13 @@
    fi
 fi
 
-dnl g_file_monitor exists since glib 2.18.  It has been tested under
+dnl g_file_monitor exists since glib 2.18.  G_FILE_MONITOR_EVENT_MOVED
+dnl has been added in glib 2.24.  It has been tested under
 dnl GNU/Linux only.  We take precedence over inotify, but this makes
 dnl only sense when glib has been compiled with inotify support.  How
 dnl to check?
 if test "${with_file_notification}" = "gfile"; then
-   PKG_CHECK_MODULES(GFILENOTIFY, gio-2.0 >= 2.18, HAVE_GFILENOTIFY=yes, 
HAVE_GFILENOTIFY=no)
+   PKG_CHECK_MODULES(GFILENOTIFY, gio-2.0 >= 2.24, HAVE_GFILENOTIFY=yes, 
HAVE_GFILENOTIFY=no)
    if test "$HAVE_GFILENOTIFY" = "yes"; then
       AC_DEFINE(HAVE_GFILENOTIFY, 1, [Define to 1 if using GFile.])
       NOTIFY_OBJ=gfilenotify.o


reply via email to

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