configure: Fix check for libnetfilter-conntrack
commitc11ff891614efc8b939d906c00ed63b02f807f13
authorTobias Klauser <tklauser@distanz.ch>
Mon, 8 Jul 2013 13:06:16 +0000 (8 15:06 +0200)
committerTobias Klauser <tklauser@distanz.ch>
Mon, 8 Jul 2013 13:06:16 +0000 (8 15:06 +0200)
treea002967526444b36ce8ad3fce795680acd42e57c
parentb05baa0d26ea0107575336070cee2496c24c8f6a
configure: Fix check for libnetfilter-conntrack

Correct the type to struct nf_conntrack and call a function to prevent
the variable from getting optimized away by the compiler and cause a
linker call. Also add the proper linker flag.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
configure