summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2015-12-17 10:09:02 -0800
committerPaul Eggert <eggert@cs.ucla.edu>2015-12-17 10:09:19 -0800
commit85e93e626ce6d9e169cb5a5ab827092a9b48f85e (patch)
treed2d85dcbf21e028c736f77f52be381cd657cca1b /configure.ac
parent1b5630eb47d3f4bade09708c958ab006b83b3fc0 (diff)
downloademacs-85e93e626ce6d9e169cb5a5ab827092a9b48f85e.tar.gz
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'.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac4
1 files changed, 2 insertions, 2 deletions
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