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:
@@ -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],
|
||||
|
Reference in New Issue
Block a user