diff options
| author | Eli Zaretskii | 2013-06-03 21:06:09 +0200 |
|---|---|---|
| committer | Michael Albinus | 2013-06-03 21:06:09 +0200 |
| commit | 7f203aa1fde2bc9ec43aa05a939525cdab149832 (patch) | |
| tree | 43e175dbe784faa04b4f3b284b1c62a89c26822a /ChangeLog | |
| parent | 55a87246bae97514b6e927b9401b2b79592b8b91 (diff) | |
| download | emacs-7f203aa1fde2bc9ec43aa05a939525cdab149832.tar.gz emacs-7f203aa1fde2bc9ec43aa05a939525cdab149832.zip | |
* configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS.
(GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute.
* nt/config.nt: Add HAVE_GFILENOTIFY, HAVE_W32NOTIFY and USE_FILE_NOTIFY.
* src/Makefile.in (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): New variables.
(ALL_CFLAGS): Add $(GFILENOTIFY_CFLAGS).
(LIBES): Add $(GFILENOTIFY_LIBS).
* src/w32inevt.c (handle_file_notifications): Add dummy implementation
for !HAVE_W32NOTIFY.
* src/w32term.c: Wrap code with HAVE_W32NOTIFY.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-06-03 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * configure.ac (HAVE_GFILENOTIFY): Do not change $LIBS. | ||
| 4 | (GFILENOTIFY_CFLAGS, GFILENOTIFY_LIBS): Substitute. | ||
| 5 | |||
| 1 | 2013-06-03 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2013-06-03 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is | 8 | * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is |