diff options
| author | Po Lu | 2023-08-04 17:56:31 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-04 17:56:31 +0800 |
| commit | defee1c948bc89f9743ebb072d31fc2ec324f8fc (patch) | |
| tree | 45490af3fe8f37e3bdeefa0f89bf21949cf9b8c5 | |
| parent | 5ca25a13185d12c9053c4f8c6df4c57846f26e17 (diff) | |
| download | emacs-defee1c948bc89f9743ebb072d31fc2ec324f8fc.tar.gz emacs-defee1c948bc89f9743ebb072d31fc2ec324f8fc.zip | |
Try to restore the MS Windows build
* nt/mingw-cfg.site: Impede building Gnulib's vasnprintf* code.
| -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 e8b4711f548..68e264fde4c 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site | |||
| @@ -178,9 +178,11 @@ gl_cv_func_printf_sizes_c99=yes | |||
| 178 | gl_cv_func_printf_long_double=yes | 178 | gl_cv_func_printf_long_double=yes |
| 179 | gl_cv_func_printf_infinite_long_double=yes | 179 | gl_cv_func_printf_infinite_long_double=yes |
| 180 | gl_cv_func_printf_directive_a=yes | 180 | gl_cv_func_printf_directive_a=yes |
| 181 | gl_cv_func_printf_directive_b=yes | ||
| 181 | gl_cv_func_printf_directive_f=yes | 182 | gl_cv_func_printf_directive_f=yes |
| 182 | gl_cv_func_printf_directive_n=yes | 183 | gl_cv_func_printf_directive_n=yes |
| 183 | gl_cv_func_printf_directive_ls=yes | 184 | gl_cv_func_printf_directive_ls=yes |
| 185 | gl_cv_func_printf_directive_lc=yes | ||
| 184 | gl_cv_func_printf_positions=yes | 186 | gl_cv_func_printf_positions=yes |
| 185 | gl_cv_func_printf_flag_grouping=yes | 187 | gl_cv_func_printf_flag_grouping=yes |
| 186 | gl_cv_func_printf_flag_leftadjust=yes | 188 | gl_cv_func_printf_flag_leftadjust=yes |