vsnprintf() detection now works

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1714 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
1999-02-18 09:37:50 +00:00
parent 8a17d0eb54
commit d1d3ccbe2b
2 changed files with 197 additions and 185 deletions

380
configure vendored

File diff suppressed because it is too large Load Diff

View File

@@ -447,7 +447,7 @@ AC_SUBST(GTK_JOYSTICK)
dnl check for vprintf/vsprintf() which are GNU extensions
AC_FUNC_VPRINTF
dnl check for vsnprintf() which is another GNU extension
AC_CHECK_FUNC(vsnprintf)
AC_CHECK_FUNC(vsnprintf, AC_DEFINE(HAVE_VSNPRINTF))
AC_LANG_SAVE
AC_LANG_CPLUSPLUS