From: Paul Eggert Date: Thu, 17 Dec 2015 18:09:02 +0000 (-0800) Subject: Fix typo in Doug Lea malloc configure log X-Git-Tag: emacs-25.0.90~454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=85e93e626ce6d9e169cb5a5ab827092a9b48f85e;p=emacs.git 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'. --- diff --git a/configure.ac b/configure.ac index 14a142805d9..a5b9bd3d377 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