diff options
| author | Paul Eggert | 2021-10-05 09:03:47 -0700 |
|---|---|---|
| committer | Paul Eggert | 2021-10-05 09:09:22 -0700 |
| commit | 18308b739a561bff677929da2a1412e91c0d05cd (patch) | |
| tree | 1c86f3d823e7bd155f9d49b276bb4e496cc9b843 | |
| parent | 63abe976ce65e42d67730d0577854867bc83e69c (diff) | |
| download | emacs-18308b739a561bff677929da2a1412e91c0d05cd.tar.gz emacs-18308b739a561bff677929da2a1412e91c0d05cd.zip | |
Tweak recent 'configure' fix
* configure.ac (gt_TYPE_WINT_T): Omit obsolete and
now-overridden definition.
| -rw-r--r-- | configure.ac | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac index 62bf25ebbf0..e6ffea06378 100644 --- a/configure.ac +++ b/configure.ac | |||
| @@ -875,9 +875,6 @@ done | |||
| 875 | ac_func_list=$funcs | 875 | ac_func_list=$funcs |
| 876 | # Emacs does not use the wchar or wctype-h modules. | 876 | # Emacs does not use the wchar or wctype-h modules. |
| 877 | AC_DEFUN([gt_TYPE_WINT_T], | 877 | AC_DEFUN([gt_TYPE_WINT_T], |
| 878 | [GNULIB_OVERRIDES_WINT_T=0 | ||
| 879 | AC_SUBST([GNULIB_OVERRIDES_WINT_T])]) | ||
| 880 | AC_DEFUN([gt_TYPE_WINT_T], | ||
| 881 | [GNULIBHEADERS_OVERRIDE_WINT_T=0 | 878 | [GNULIBHEADERS_OVERRIDE_WINT_T=0 |
| 882 | AC_SUBST([GNULIBHEADERS_OVERRIDE_WINT_T])]) | 879 | AC_SUBST([GNULIBHEADERS_OVERRIDE_WINT_T])]) |
| 883 | 880 | ||