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'.
This commit is contained in:
parent
1b5630eb47
commit
85e93e626c
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue