meson: Don't skip snprintf/vsnprintf checks under MinGWeceac66e861de54620c7f110150d171fb9d2cfe6
commiteceac66e861de54620c7f110150d171fb9d2cfe6
authorChristoph Reiter <reiter.christoph@gmail.com>
Thu, 10 May 2018 14:04:01 +0000 (10 16:04 +0200)
committerChristoph Reiter <creiter@src.gnome.org>
Fri, 18 May 2018 16:54:57 +0000 (18 18:54 +0200)
tree1e49977dac0af4d1e1edce343a9a7bebedc88131
parenta9164f55f7db1e620d336511ea5461207b7a06b6
meson: Don't skip snprintf/vsnprintf checks under MinGW

The comment stated that the test isn't good enough, but it correctly
detects a C99 printf when I build with -D__USE_MINGW_ANSI_STDIO=1
and an incompatible printf without it.

Using mingw-w64 from current MSYS2.

https://bugzilla.gnome.org/show_bug.cgi?id=795569
meson.build