Code

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)
committerSebastian Harl <sh@tokkee.org>
Mon, 9 Jan 2012 17:27:36 +0000 (18:27 +0100)
commit79226d115c1778d857a8ae5144959fc166c9c1f0
tree46722ad5471c25bbac92ea669d6779d378989194
parent9756728149b2ebd2ccb9e0550a0602f6559092b8
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