Mercurial > hg > xemacs-beta
comparison configure.ac @ 4735:80d74fed5399
Remove "old" GNU malloc in src/malloc.c, and all references to it. Drop the
GNU_MALLOC define, which was only used to distinguish between "old" and "new"
GNU malloc. See xemacs-patches message with ID
<870180fe0911061348g168f85e2m5153e2b554b94803@mail.gmail.com>.
author | Jerry James <james@xemacs.org> |
---|---|
date | Mon, 09 Nov 2009 09:21:59 -0700 |
parents | 1cecc3e9f0a0 |
children | a6f27e2b3d84 |
comparison
equal
deleted
inserted
replaced
4734:74a5eaa67982 | 4735:80d74fed5399 |
---|---|
5905 dnl autodetected. For things that are autodetected, define them | 5905 dnl autodetected. For things that are autodetected, define them |
5906 dnl at the point where the autodetection occurs or would occur, | 5906 dnl at the point where the autodetection occurs or would occur, |
5907 dnl so that the user gets immediate feedback on the results of the | 5907 dnl so that the user gets immediate feedback on the results of the |
5908 dnl autodetection. | 5908 dnl autodetection. |
5909 | 5909 |
5910 if test "$GNU_MALLOC" = "yes"; then AC_DEFINE(GNU_MALLOC) | 5910 if test "$with_system_malloc" = "yes"; then AC_DEFINE(USE_SYSTEM_MALLOC) |
5911 elif test "$with_system_malloc" = "yes"; then AC_DEFINE(USE_SYSTEM_MALLOC) | |
5912 elif test "$with_debug_malloc" = "yes"; then AC_DEFINE(USE_DEBUG_MALLOC) | 5911 elif test "$with_debug_malloc" = "yes"; then AC_DEFINE(USE_DEBUG_MALLOC) |
5913 AC_DEFINE(USE_SYSTEM_MALLOC) | 5912 AC_DEFINE(USE_SYSTEM_MALLOC) |
5914 fi | 5913 fi |
5915 test "$GCC" = "yes" && AC_DEFINE(USE_GCC) | 5914 test "$GCC" = "yes" && AC_DEFINE(USE_GCC) |
5916 test "$enable_external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET) | 5915 test "$enable_external_widget" = "yes" && AC_DEFINE(EXTERNAL_WIDGET) |