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

23486
configure vendored

File diff suppressed because it is too large Load Diff

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

View File

@@ -1106,6 +1106,9 @@
/* Define this if you have wprintf() and related functions */
#undef HAVE_WPRINTF
/* Define this if you have wprintf() and related functions */
#undef HAVE_VSWPRINTF
/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
#undef HAVE_XIM