Remove wxUSE_WCHAR_T, it must always be 1 anyhow

This is not really an option as building requires it to be 1, so don't
make it one in setup.h/configure/cmake and just hardcode it as 1 for
compatibility.

Closes #18558.
This commit is contained in:
Vadim Zeitlin
2019-10-30 21:18:15 +01:00
parent 25d25a4385
commit d7a640933d
16 changed files with 15 additions and 82 deletions

2
configure vendored
View File

@@ -19573,8 +19573,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; }