build system, ipvs plugin: Check for linux/ip_vs.h as well.
authorSebastian Harl <sh@tokkee.org>
Mon, 9 Jan 2012 10:16:19 +0000 (11:16 +0100)
committerFlorian Forster <octo@collectd.org>
Mon, 23 Jan 2012 20:39:58 +0000 (21:39 +0100)
commitd87bf146cca2c78005cf3c915cbee3cf4a985ad9
treec655b6a0e62904ebfb13a54a3df89a8d4a781ab0
parent696d1c76aa4fbea29299c3c75a48b8d605b5cda8
build system, ipvs plugin: Check for linux/ip_vs.h as well.

Also, try to find ip_vs.h without using KERNEL_CFLAGS at first. The Linux
kernel headers should not be used directly -- in current kernel versions this
generates warnings leading to build failures because of -Werror.
configure.in
src/Makefile.am
src/ipvs.c