diff options
| author | Po Lu | 2023-08-07 08:19:40 +0800 |
|---|---|---|
| committer | Po Lu | 2023-08-07 08:19:40 +0800 |
| commit | e2d5c50f85922cbfccc54defffd26223b0bf6fde (patch) | |
| tree | 230ebdf931923026cdd5918a52ab64d2c14eeaf8 | |
| parent | 76cac8ae6f600be34f83bd3aaf9b38355eab773e (diff) | |
| download | emacs-e2d5c50f85922cbfccc54defffd26223b0bf6fde.tar.gz emacs-e2d5c50f85922cbfccc54defffd26223b0bf6fde.zip | |
* nt/mingw-cfg.site: Remove additions for Gnulib printf.
| -rw-r--r-- | nt/mingw-cfg.site | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/nt/mingw-cfg.site b/nt/mingw-cfg.site index f78ee525bf1..9962cc46642 100644 --- a/nt/mingw-cfg.site +++ b/nt/mingw-cfg.site | |||
| @@ -173,21 +173,3 @@ gl_cv_func_nanosleep=yes | |||
| 173 | # Suppress configure-time diagnostic from unnecessary libxattr check, | 173 | # Suppress configure-time diagnostic from unnecessary libxattr check, |
| 174 | # as xattr will not be supported here. | 174 | # as xattr will not be supported here. |
| 175 | enable_xattr=no | 175 | enable_xattr=no |
| 176 | # Don't build gnulib printf either. | ||
| 177 | gl_cv_func_printf_sizes_c99=yes | ||
| 178 | gl_cv_func_printf_sizes_c23=yes | ||
| 179 | gl_cv_func_printf_long_double=yes | ||
| 180 | gl_cv_func_printf_infinite_long_double=yes | ||
| 181 | gl_cv_func_printf_directive_a=yes | ||
| 182 | gl_cv_func_printf_directive_b=yes | ||
| 183 | gl_cv_func_printf_directive_f=yes | ||
| 184 | gl_cv_func_printf_directive_n=yes | ||
| 185 | gl_cv_func_printf_directive_ls=yes | ||
| 186 | gl_cv_func_printf_directive_lc=yes | ||
| 187 | gl_cv_func_printf_positions=yes | ||
| 188 | gl_cv_func_printf_flag_grouping=yes | ||
| 189 | gl_cv_func_printf_flag_leftadjust=yes | ||
| 190 | gl_cv_func_printf_flag_zero=yes | ||
| 191 | gl_cv_func_printf_precision=yes | ||
| 192 | gl_cv_func_printf_enomem=yes | ||
| 193 | ac_cv_func_vasprintf=yes | ||