summaryrefslogtreecommitdiff
path: root/nt/mingw-cfg.site
diff options
context:
space:
mode:
authorEli Zaretskii <eliz@gnu.org>2016-11-09 20:45:38 +0200
committerEli Zaretskii <eliz@gnu.org>2016-11-09 20:45:38 +0200
commit2bb02a3782e4cc61575f5bc9860f18be63a65a81 (patch)
tree0cc4effc333ed192c859d74d7ce8b168b01cce3e /nt/mingw-cfg.site
parent86cbd942bc9c41d60aaefe15b6eab5b4dce390e9 (diff)
downloademacs-2bb02a3782e4cc61575f5bc9860f18be63a65a81.tar.gz
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.
Diffstat (limited to 'nt/mingw-cfg.site')
-rw-r--r--nt/mingw-cfg.site2
1 files changed, 2 insertions, 0 deletions
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