diff src/utils.cc @ 6694:3d913ba36b75

[project @ 2007-06-06 06:08:25 by jwe]
author jwe
date Wed, 06 Jun 2007 06:08:26 +0000
parents ce819776ee76
children 93c65f2a5668
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -950,7 +950,7 @@
 
 /* FIXME -- we really need a configure test for this.  */
 
-#if defined __GNUC__ && __GNUC__ >= 3
+#if defined __GNUC__ && __GNUC__ >= 3 && ! defined __MINGW32__
 #define HAVE_C99_VSNPRINTF 1
 #endif