diff options
| author | Paul Eggert | 2012-04-21 23:56:42 -0700 |
|---|---|---|
| committer | Paul Eggert | 2012-04-21 23:56:42 -0700 |
| commit | 4b5b5289577b4cc89ee45595832f943ef9a43de6 (patch) | |
| tree | f9ba05ad7f326ebcf6616a00ae8ffc2e3446eceb /ChangeLog | |
| parent | f01769f9ca9cc718cc5ae3c9b6f2669ad8d93c24 (diff) | |
| download | emacs-4b5b5289577b4cc89ee45595832f943ef9a43de6.tar.gz emacs-4b5b5289577b4cc89ee45595832f943ef9a43de6.zip | |
* configure.in (doug_lea_malloc): Check for __malloc_initialize_hook.
With glibc 2.14 or later, when compiled with GCC 4.7.0's
-Werror=deprecated-declarations flag, use of hooks like
__malloc_initialize_hook causes compilation to fail because these
hooks are deprecated. Modify 'configure' to check for these hooks too.
Simplify the 'configure' code to test for all the hooks at once.
(emacs_cv_var___after_morecore_hook): Remove, replacing with ...
(emacs_cv_var_doug_lea_malloc): ... this new var.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-04-22 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * configure.in (doug_lea_malloc): Check for __malloc_initialize_hook. | ||
| 4 | With glibc 2.14 or later, when compiled with GCC 4.7.0's | ||
| 5 | -Werror=deprecated-declarations flag, use of hooks like | ||
| 6 | __malloc_initialize_hook causes compilation to fail because these | ||
| 7 | hooks are deprecated. Modify 'configure' to check for these hooks too. | ||
| 8 | Simplify the 'configure' code to test for all the hooks at once. | ||
| 9 | (emacs_cv_var___after_morecore_hook): Remove, replacing with ... | ||
| 10 | (emacs_cv_var_doug_lea_malloc): ... this new var. | ||
| 11 | |||
| 1 | 2012-04-21 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2012-04-21 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc | 14 | Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc |