added check for wxUSE_WCHAR_T

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@9828 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2001-04-21 17:25:29 +00:00
parent 8bf30fe9b0
commit 17f7bb9ed5
2 changed files with 300 additions and 298 deletions

593
configure vendored

File diff suppressed because it is too large Load Diff

View File

@ -2222,7 +2222,10 @@ AC_CHECK_HEADERS(unistd.h)
dnl defines HAVE_FCNTL_H
AC_CHECK_HEADERS(fcntl.h)
dnl defines HAVE_WCHAR_H
AC_CHECK_HEADERS(wchar.h)
AC_CHECK_HEADERS(wchar.h, [
AC_DEFINE(wxUSE_WCHAR_T)
])
dnl defines HAVE_WCSTR_H
AC_CHECK_HEADERS(wcstr.h)
dnl defines HAVE_FNMATCH_H