diff options
| author | Eli Zaretskii | 2016-11-09 20:45:38 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2016-11-09 20:45:38 +0200 |
| commit | 2bb02a3782e4cc61575f5bc9860f18be63a65a81 (patch) | |
| tree | 0cc4effc333ed192c859d74d7ce8b168b01cce3e | |
| parent | 86cbd942bc9c41d60aaefe15b6eab5b4dce390e9 (diff) | |
| download | emacs-2bb02a3782e4cc61575f5bc9860f18be63a65a81.tar.gz emacs-2bb02a3782e4cc61575f5bc9860f18be63a65a81.zip | |
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.
| -rw-r--r-- | nt/mingw-cfg.site | 2 |
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 | |||
| 129 | ac_cv_func_random=yes | 129 | ac_cv_func_random=yes |
| 130 | # Implemented in w32.c as sys_putenv | 130 | # Implemented in w32.c as sys_putenv |
| 131 | gl_cv_func_svid_putenv=yes | 131 | gl_cv_func_svid_putenv=yes |
| 132 | # Implemented in w32heap.c | ||
| 133 | ac_cv_func_sbrk=yes | ||
| 132 | # GCC warnings that produce too much noise | 134 | # GCC warnings that produce too much noise |
| 133 | gl_cv_warn_c__Wredundant_decls=no | 135 | gl_cv_warn_c__Wredundant_decls=no |