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:
@@ -2222,7 +2222,10 @@ AC_CHECK_HEADERS(unistd.h)
|
|||||||
dnl defines HAVE_FCNTL_H
|
dnl defines HAVE_FCNTL_H
|
||||||
AC_CHECK_HEADERS(fcntl.h)
|
AC_CHECK_HEADERS(fcntl.h)
|
||||||
dnl defines HAVE_WCHAR_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
|
dnl defines HAVE_WCSTR_H
|
||||||
AC_CHECK_HEADERS(wcstr.h)
|
AC_CHECK_HEADERS(wcstr.h)
|
||||||
dnl defines HAVE_FNMATCH_H
|
dnl defines HAVE_FNMATCH_H
|
||||||
|
Reference in New Issue
Block a user