Unfortunately the mingw implementations of C99-style snprintf and
authorTor Lillqvist <tml@novell.com>
Thu, 7 Feb 2008 13:07:19 +0000 (13:07 +0000)
committerTor Lillqvist <tml@src.gnome.org>
Thu, 7 Feb 2008 13:07:19 +0000 (13:07 +0000)
commit0deb77b18078dd6269df9e98f59805bd51e7079a
tree2e9b352847b22b720355f0d6bc27b9f3fc0617d4
parenta9287f0cdf53c49163d9128b425e3d29efad3d03
Unfortunately the mingw implementations of C99-style snprintf and

2008-02-07  Tor Lillqvist  <tml@novell.com>

* configure.in: Unfortunately the mingw implementations of
C99-style snprintf and vsnprintf don't seem to be quite good
enough, at least not in mingw-runtime-3.14. I don't know exactly
what the problem is, but it is related to floating point
formatting and decimal point vs. comma, and the symptoms show up
in some dialogs in GIMP, presumably also elsewhere. The simple
tests in AC_FUNC_VSNPRINTF_C99 and AC_FUNC_SNPRINTF_C99 aren't
rigorous enough to notice, though. So preset
ac_cv_func_vsnprintf_c99 and ac_cv_func_snprintf_c99 to "no".

svn path=/trunk/; revision=6482
ChangeLog
configure.in