aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-04-21 23:56:42 -0700
committerPaul Eggert2012-04-21 23:56:42 -0700
commit4b5b5289577b4cc89ee45595832f943ef9a43de6 (patch)
treef9ba05ad7f326ebcf6616a00ae8ffc2e3446eceb /ChangeLog
parentf01769f9ca9cc718cc5ae3c9b6f2669ad8d93c24 (diff)
downloademacs-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--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca3bcff5a8c..19975429260 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
12012-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
12012-04-21 Paul Eggert <eggert@cs.ucla.edu> 122012-04-21 Paul Eggert <eggert@cs.ucla.edu>
2 13
3 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc 14 Sync from gnulib version 4f11d6bebc3098c64ffde27079ab0d0cecfd0cdc