r726 - trunk/varnish-cache

des at projects.linpro.no des at projects.linpro.no
Mon Aug 7 17:54:51 CEST 2006


Author: des
Date: 2006-08-07 17:54:51 +0200 (Mon, 07 Aug 2006)
New Revision: 726

Modified:
   trunk/varnish-cache/configure.ac
Log:
Improve descriptions of HAVE_ASPRINTF / HAVE_VASPRINTF.

Modified: trunk/varnish-cache/configure.ac
===================================================================
--- trunk/varnish-cache/configure.ac	2006-08-07 15:54:34 UTC (rev 725)
+++ trunk/varnish-cache/configure.ac	2006-08-07 15:54:51 UTC (rev 726)
@@ -68,11 +68,11 @@
 # are present in the C library, but their prototypes are hidden behind
 # conditionals which we won't bother to unravel.
 AC_CHECK_DECL([asprintf],
-	AC_DEFINE(HAVE_ASPRINTF,1,[Whether asprintf() is available]),
+	AC_DEFINE(HAVE_ASPRINTF,1,[Define to 1 if asprintf() is available]),
 	,
 	[stdio.h])
 AC_CHECK_DECL([vasprintf],
-	AC_DEFINE(HAVE_VASPRINTF,1,[Whether vasprintf() is available]),
+	AC_DEFINE(HAVE_VASPRINTF,1,[Define to 1 if vasprintf() is available]),
 	,
 	[stdio.h])
 




More information about the varnish-commit mailing list