configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64
authorDiego Biurrun <diego@biurrun.de>
Sun, 8 Dec 2013 23:50:39 +0000 (00:50 +0100)
committerDiego Biurrun <diego@biurrun.de>
Wed, 11 Dec 2013 19:25:28 +0000 (20:25 +0100)
commit3bb91a1b5c4a0c5ec9c4d3b6649b23285c3d7f26
treef3dc8a6379b13d9e88d034d4aae478823996dbdf
parent2a0fb7286d67c47e44aa76c237ede117b22af616
configure: Add -D__USE_MINGW_ANSI_STDIO=1 to CPPFLAGS on MinGW64

This enables a more POSIX-compliant printf implementation, that
allows using length modifiers like 'z'.
configure