From: Eli Zaretskii Date: Wed, 9 Nov 2016 18:45:38 +0000 (+0200) Subject: Resurrect 'memory-limit' on MS-Windows X-Git-Tag: emacs-26.0.90~1348 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2bb02a3782e4cc61575f5bc9860f18be63a65a81;p=emacs.git Resurrect 'memory-limit' on MS-Windows * nt/mingw-cfg.site (ac_cv_func_sbrk): Set to "yes", otherwise 'memory-limit' will produce a trivial and useless result on Windows. --- diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index f3c8f81e287..3e0cd40915c 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site @@ -129,5 +129,7 @@ gl_cv_func_stat_file_slash=yes ac_cv_func_random=yes # Implemented in w32.c as sys_putenv gl_cv_func_svid_putenv=yes +# Implemented in w32heap.c +ac_cv_func_sbrk=yes # GCC warnings that produce too much noise gl_cv_warn_c__Wredundant_decls=no