diff src/utils.cc @ 9173:224634b2e6e3

configure.in, aclocal.m4: check for c99 vsnprintf
author Peter O'Gorman <pogma@thewrittenword.com>
date Mon, 04 May 2009 15:57:28 -0400
parents 7c02ec148a3c
children 2894af292e69
line wrap: on
line diff
--- a/src/utils.cc
+++ b/src/utils.cc
@@ -1081,12 +1081,6 @@
   return retval;
 }
 
-/* FIXME -- we really need a configure test for this.  */
-
-#if defined __GNUC__ && __GNUC__ >= 3 && ! defined __MINGW32__
-#define HAVE_C99_VSNPRINTF 1
-#endif
-
 // We manage storage.  User should not free it, and its contents are
 // only valid until next call to vsnprintf.