diff options
| author | Glenn Morris | 2012-08-06 16:29:45 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-08-06 16:29:45 -0400 |
| commit | 1db4583ad26f5052002a8a0869b69a02056717a3 (patch) | |
| tree | 84957bb0fb79e544971ae2f9d4cdacf90abbfb1d /src/ChangeLog | |
| parent | 1c6f11f42ac2afa209124ce06e64b7a0461d7bdd (diff) | |
| download | emacs-1db4583ad26f5052002a8a0869b69a02056717a3.tar.gz emacs-1db4583ad26f5052002a8a0869b69a02056717a3.zip | |
Guard against potential configure bug wrt HAVE_GETWD
* configure.ac (BROKEN_GETWD) [unixware]: New define.
* src/sysdep.c: Respect BROKEN_GETWD.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec3f08fc6a0..5bccda264b2 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-08-06 Glenn Morris <rgm@gnu.org> | 1 | 2012-08-06 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * sysdep.c: Respect BROKEN_GETWD. | ||
| 4 | |||
| 3 | * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT): | 5 | * dispnew.c (GNU_LIBRARY_PENDING_OUTPUT_COUNT, PENDING_OUTPUT_COUNT): |
| 4 | Let configure handle it. | 6 | Let configure handle it. |
| 5 | (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it. | 7 | (stdio_ext.h) [DISPNEW_NEEDS_STDIO_EXT]: Include it. |