summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 227480d)
raw | patch | inline | side by side (parent: 227480d)
author | Jérôme Renard <jerome.renard@gmail.com> | |
Wed, 26 Oct 2011 23:02:39 +0000 (01:02 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Sun, 11 Mar 2012 13:54:00 +0000 (14:54 +0100) |
configure.in | patch | blob | history |
diff --git a/configure.in b/configure.in
index 27d3942165ebe77396dd8834a3ce4e1ad4042030..dd9c45f9b4603d81515b3f135da0aba39de8d864 100644 (file)
--- a/configure.in
+++ b/configure.in
CPPFLAGS="$CPPFLAGS $with_libvarnish_cflags"
#LDFLAGS="$LDFLAGS $with_libvarnish_libs"
- AC_CHECK_FUNC([VSL_OpenStats],
+ AC_CHECK_FUNC(VSL_OpenStats,
[AC_DEFINE([HAVE_VARNISH_V2], [1], [Varnish 2 API support])],
[AC_DEFINE([HAVE_VARNISH_V3], [1], [Varnish 3 API support])])