emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-25 85e93e6: Fix typo in Doug Lea malloc configure lo


From: Paul Eggert
Subject: [Emacs-diffs] emacs-25 85e93e6: Fix typo in Doug Lea malloc configure log
Date: Thu, 17 Dec 2015 18:09:23 +0000

branch: emacs-25
commit 85e93e626ce6d9e169cb5a5ab827092a9b48f85e
Author: Paul Eggert <address@hidden>
Commit: Paul Eggert <address@hidden>

    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 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/configure.ac b/configure.ac
index 14a1428..a5b9bd3 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]