]> err.no Git - varnish/commitdiff
Don't trust the documentation - when it says "additional headers", it
authordes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 16:45:28 +0000 (16:45 +0000)
committerdes <des@d4fa192b-c00b-0410-8231-f00ffab90ce4>
Mon, 7 Aug 2006 16:45:28 +0000 (16:45 +0000)
actually means "additional code to place before main() in the test program"

git-svn-id: svn+ssh://projects.linpro.no/svn/varnish/trunk@741 d4fa192b-c00b-0410-8231-f00ffab90ce4

varnish-cache/configure.ac

index c9eed4d5075a15c0a5f7616f0c09718174512724..a30603c6b2e9f2d408d06078860e27098ac60d14 100644 (file)
@@ -70,11 +70,11 @@ AC_CHECK_FUNCS([strlcpy])
 AC_CHECK_DECL([asprintf],
        AC_DEFINE(HAVE_ASPRINTF,1,[Define to 1 if asprintf() is available]),
        ,
-       [stdio.h])
+       [#include <stdio.h>])
 AC_CHECK_DECL([vasprintf],
        AC_DEFINE(HAVE_VASPRINTF,1,[Define to 1 if vasprintf() is available]),
        ,
-       [stdio.h])
+       [#include <stdio.h>])
 
 AC_CHECK_DECL([SO_ACCEPTFILER],
        AC_DEFINE(HAVE_ACCEPT_FILTERS,1,[Define to 1 if you have accept filters]),