From 85e93e626ce6d9e169cb5a5ab827092a9b48f85e Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 17 Dec 2015 10:09:02 -0800 Subject: [PATCH] Fix typo in Doug Lea malloc configure log * configure.ac (emacs_cv_var_doug_lea_malloc): Fix typo that confused the log output of 'configure'. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/configure.ac b/configure.ac index 14a142805d..a5b9bd3d37 100644 --- a/configure.ac +++ b/configure.ac @@ -2103,8 +2103,8 @@ AC_CACHE_CHECK( [[malloc_set_state (malloc_get_state ()); __after_morecore_hook = hook; __malloc_initialize_hook = hook;]])], - [emacs_cv_var_doug_lea_malloc=yes])]) - fi + [emacs_cv_var_doug_lea_malloc=yes]) + fi]) doug_lea_malloc=$emacs_cv_var_doug_lea_malloc system_malloc=$emacs_cv_sanitize_address -- 2.39.2