Mercurial > hg > xemacs-beta
comparison ChangeLog @ 4738:a6f27e2b3d84
Move functionality of s/darwin.h to configure.ac and config.h.in.
author | Stephen J. Turnbull <stephen@xemacs.org> |
---|---|
date | Wed, 11 Nov 2009 23:40:15 +0900 |
parents | 80d74fed5399 |
children | dd933a82720c |
comparison
equal
deleted
inserted
replaced
4735:80d74fed5399 | 4738:a6f27e2b3d84 |
---|---|
1 2009-11-11 Stephen Turnbull <stephen@xemacs.org> | |
2 | |
3 * configure.ac (SYSTEM_MALLOC): Use system malloc on darwin. | |
4 (USE_PARAM_H): #include <sys/param.h> to do needed #defines. | |
5 | |
1 2009-11-09 Jerry James <james@xemacs.org> | 6 2009-11-09 Jerry James <james@xemacs.org> |
2 | 7 |
3 * configure.ac: Don't defined GNU_MALLOC, as there is no longer an | 8 * configure.ac: Don't defined GNU_MALLOC, as there is no longer an |
4 "old" GNU malloc. | 9 "old" GNU malloc. |
5 | 10 |