diff options
| author | Glenn Morris | 2010-04-30 09:37:01 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-04-30 09:37:01 -0700 |
| commit | 5a1bb006a3951ba7a721fb873855266dc2c75dcb (patch) | |
| tree | 28c6508466b109b74affcf59fb6a7bdaaacd0df1 /ChangeLog | |
| parent | 210af04332d390f44e51d8fb4c9f981415d987cd (diff) | |
| download | emacs-5a1bb006a3951ba7a721fb873855266dc2c75dcb.tar.gz emacs-5a1bb006a3951ba7a721fb873855266dc2c75dcb.zip | |
Hopefully fix bug#6065.
* configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin.
Elsewhere, maybe include it.
* src/Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable.
(OTHER_OBJ): Define as a separate variable, for clarity.
* configure: Regenerate.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
| @@ -1,5 +1,8 @@ | |||
| 1 | 2010-04-30 Glenn Morris <rgm@gnu.org> | 1 | 2010-04-30 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * configure.in (OTHER_OBJ): Always include vm-limit.o on Cygwin. | ||
| 4 | Elsewhere, maybe include it. | ||
| 5 | |||
| 3 | * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS. | 6 | * configure.in (TOOLKIT_LIBW) [HAVE_GTK]: Set to $GTK_LIBS. |
| 4 | (OLDXMENU, LIBXMENU): New output variables. | 7 | (OLDXMENU, LIBXMENU): New output variables. |
| 5 | 8 | ||