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

2
configure vendored
View File

@@ -19596,8 +19596,6 @@ _ACEOF
if test "$ac_cv_sizeof_wchar_t" = 0; then
as_fn_error $? "wxWidgets requires wchar_t support." "$LINENO" 5
fi
$as_echo "#define wxUSE_WCHAR_T 1" >>confdefs.h
{ $as_echo "$as_me:${as_lineno-$LINENO}: checking for va_copy" >&5
$as_echo_n "checking for va_copy... " >&6; }