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:
@@ -3045,7 +3045,7 @@ fi
|
|||||||
|
|
||||||
if test "$wxUSE_UNICODE" = yes; then
|
if test "$wxUSE_UNICODE" = yes; then
|
||||||
dnl look if we have wide char IO functions
|
dnl look if we have wide char IO functions
|
||||||
AC_CHECK_FUNCS(fputwc wprintf)
|
AC_CHECK_FUNCS(fputwc wprintf vswprintf)
|
||||||
fi
|
fi
|
||||||
|
|
||||||
dnl the following tests are for Unix(like) systems only
|
dnl the following tests are for Unix(like) systems only
|
||||||
|
@@ -1106,6 +1106,9 @@
|
|||||||
/* Define this if you have wprintf() and related functions */
|
/* Define this if you have wprintf() and related functions */
|
||||||
#undef HAVE_WPRINTF
|
#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 */
|
/* Define this if you are using gtk and gdk contains support for X11R6 XIM */
|
||||||
#undef HAVE_XIM
|
#undef HAVE_XIM
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user