comparison src/ChangeLog @ 108176:e6f59a2ba110

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.
author Glenn Morris <rgm@gnu.org>
date Fri, 30 Apr 2010 09:37:01 -0700
parents c9cc3dd13301
children 35378c29749d
comparison
equal deleted inserted replaced
108175:c9cc3dd13301 108176:e6f59a2ba110
1 2010-04-30 Glenn Morris <rgm@gnu.org>
2
3 * Makefile.in (vmlimitobj) [!SYSTEM_MALLOC]: New variable. (Bug#6065)
4 (OTHER_OBJ): Define as a separate variable, for clarity.
5
1 2010-04-30 Jan Djärv <jan.h.d@swipnet.se> 6 2010-04-30 Jan Djärv <jan.h.d@swipnet.se>
2 7
3 * xsettings.c: include limits.h and update file comment. 8 * xsettings.c: include limits.h and update file comment.
4 9
5 2010-04-30 Glenn Morris <rgm@gnu.org> 10 2010-04-30 Glenn Morris <rgm@gnu.org>