From: H.Merijn Brand <h.m.brand@xs4all.nl>
Date: Mon, 22 May 2006 17:39:47 +0000 (+0000)
Subject: If I needed this now, I'll probably need it next time too :)
X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f59c92c621b7937af4c128d98c292e91602e95f1;p=p5sagit%2Fp5-mst-13.2.git

If I needed this now, I'll probably need it next time too :)

p4raw-id: //depot/perl@28284
---

diff --git a/handy.h b/handy.h
index e9c230b..011dbf9 100644
--- a/handy.h
+++ b/handy.h
@@ -175,7 +175,7 @@ typedef U64TYPE U64;
 #endif
 
 /* HMB H.Merijn Brand - a placeholder for preparing Configure patches */
-#if defined(HAS_MALLOC_SIZE) && defined(HAS_SNPRINTF) && defined(HAS_VSNPRINTF)
+#if defined(HAS_MALLOC_SIZE) && defined(HAS_SNPRINTF) && defined(HAS_HAS_C99_VARIADIC_MACROS)
 /* Not (yet) used at top level, but mention them for metaconfig */
 #endif