]> git.ipfire.org Git - thirdparty/iptables.git/commit
configure: Add option to enable/disable libnfnetlink master
authorMaxin B. John <maxin.john@intel.com>
Thu, 25 Apr 2024 08:51:02 +0000 (10:51 +0200)
committerPhil Sutter <phil@nwl.cc>
Thu, 25 Apr 2024 11:22:30 +0000 (13:22 +0200)
commit653db8b938166db7833135f615b90c38a3f27a30
tree61f7b2881146cc9a632ddd73c47dc830b9b3150a
parent8bf2bab8eb2e4f5ae2fef859ea7c877662854101
configure: Add option to enable/disable libnfnetlink

Default behavior (autodetecting) does not change, but specifying
either option would explicitly disable or enable libnfnetlink support,
and if the library is not found in the latter case, ./configure will error
out.

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Maxin B. John <maxin.john@intel.com>
Signed-off-by: Alexander Kanavin <alex@linutronix.de>
Signed-off-by: Phil Sutter <phil@nwl.cc>
configure.ac