projects
/
collectd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
227480d
)
varnish plugin: Fixed wrong function name
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
27d3942
..
dd9c45f
100644
(file)
--- a/
configure.in
+++ b/
configure.in
@@
-4072,7
+4072,7
@@
then
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])])