]> code.delx.au - gnu-emacs/commitdiff
Fix typo in Doug Lea malloc configure log
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Dec 2015 18:09:02 +0000 (10:09 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 17 Dec 2015 18:09:19 +0000 (10:09 -0800)
* configure.ac (emacs_cv_var_doug_lea_malloc):
Fix typo that confused the log output of 'configure'.

configure.ac

index 14a142805d9f7733b14aacd866c6927e6b2537a1..a5b9bd3d377de6d9275c2815f78f1c29abcae778 100644 (file)
@@ -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