Added configure check for vswprintf

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16786 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2002-08-25 20:26:18 +00:00
parent 129db666f1
commit 5c6fa7d283
3 changed files with 14428 additions and 9063 deletions

View File

@@ -3045,7 +3045,7 @@ fi
if test "$wxUSE_UNICODE" = yes; then
dnl look if we have wide char IO functions
AC_CHECK_FUNCS(fputwc wprintf)
AC_CHECK_FUNCS(fputwc wprintf vswprintf)
fi
dnl the following tests are for Unix(like) systems only