]> err.no Git - varnish/commitdiff
Improve descriptions of HAVE_ASPRINTF / HAVE_VASPRINTF.
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 15:54:51 +0000 (15:54 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 15:54:51 +0000 (15:54 +0000)
git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@726 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/configure.ac

index 687e66f9bfeb06bea69628ce449bbb380d2e1b80..447b02b6097f57d60496436e9411334341eb454d 100644 (file)
@@ -68,11 +68,11 @@ AC_CHECK_FUNCS([strlcpy])
 # 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])