Merge branch 'always-use-wchar_t'

Remove obsolete wxUSE_WCHAR_T option, it must be always 1.

See https://github.com/wxWidgets/wxWidgets/pull/1624
This commit is contained in:
Vadim Zeitlin
2019-11-01 14:32:42 +01:00
16 changed files with 15 additions and 82 deletions

View File

@@ -1575,7 +1575,6 @@ AC_CHECK_SIZEOF(wchar_t, 0,
if test "$ac_cv_sizeof_wchar_t" = 0; then
AC_MSG_ERROR([wxWidgets requires wchar_t support.])
fi
AC_DEFINE(wxUSE_WCHAR_T)
dnl checks needed to define wxVaCopy
AC_CACHE_CHECK([for va_copy],