configure: Link with ip4tc and ip6tc, too.
authorFlorian Forster <octo@collectd.org>
Sun, 21 Aug 2011 14:40:23 +0000 (16:40 +0200)
committerFlorian Forster <octo@collectd.org>
Sun, 21 Aug 2011 14:40:23 +0000 (16:40 +0200)
This solves this problem:

octo@leeloo:/tmp $ gcc -o conftest -g -O2     conftest.c -liptc -ldl
/usr/bin/ld: /tmp/ccuJEDqP.o: undefined reference to symbol 'iptc_init'
/usr/bin/ld: note: 'iptc_init' is defined in DSO /lib64/libip4tc.so.0 so try adding it to the linker command line
/lib64/libip4tc.so.0: could not read symbols: Invalid operation
collect2: ld returned 1 exit status

Why the iptables plugin compiles without this is beyond me.

Change-Id: If615bee0c9524d907ca1834d5c337ed50c625c5b


No differences found