diff options
| author | Jan Djärv | 2013-06-03 20:47:35 +0200 |
|---|---|---|
| committer | Jan Djärv | 2013-06-03 20:47:35 +0200 |
| commit | 55a87246bae97514b6e927b9401b2b79592b8b91 (patch) | |
| tree | a262392c54564b2a26bd639be1e58eea10b5102c /ChangeLog | |
| parent | 3d5ee10aa258a500e0b70b5eabe9d58cb3ab051e (diff) | |
| download | emacs-55a87246bae97514b6e927b9401b2b79592b8b91.tar.gz emacs-55a87246bae97514b6e927b9401b2b79592b8b91.zip | |
Add HAVE_GLIB check instead of checking individual libraries that use GLib.
* configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is
used. Remove xgselect.o from XOBJ.
* src/Makefile.in (XGSELOBJ): New, xgselect.o if GLib is used, or empty.
* src/process.c (wait_reading_process_output): Call xg_select if HAVE_GLIB.
* src/xgselect.c: Replace #if defined ... with #ifdef HAVE_GLIB.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-06-03 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * configure.ac (HAVE_GLIB): Add GLib check. Set XGSELOBJ if GLib is | ||
| 4 | used. Remove xgselect.o from XOBJ. | ||
| 5 | |||
| 1 | 2013-06-03 Michael Albinus <michael.albinus@gmx.de> | 6 | 2013-06-03 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * configure.ac (file-notification): New option, replaces inotify option. | 8 | * configure.ac (file-notification): New option, replaces inotify option. |