mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-17 17:58:46 +00:00
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.
This commit is contained in:
parent
86cbd942bc
commit
2bb02a3782
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user