streamlined vsnprintf() check -- now that we fall back to our own printf() version...
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2002 18:15:43 +0000 (18:15 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 27 Aug 2002 18:15:43 +0000 (18:15 +0000)
commit247f5006139ffae59e4a2cb9d89d5c23f0506565
treeb5c7777ee7dfb9c45054a2001155b51a7b28628a
parent3a074ba8f6df3a80e0d6a89d138b1a9caa7c8366
streamlined vsnprintf() check -- now that we fall back to our own printf() version anyhow in some cases it doesn't make sense to jump through all these hoops just to avoid it (and, besides, it didn't work anyhow); suppressed vprintf() and vsscanf() checks which results we never used

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16814 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
configure
configure.in