]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: fail on --enable-napatech and --disable-shared
authorJeff Lucovsky <jlucovsky@oisf.net>
Sun, 14 Jul 2024 13:24:04 +0000 (09:24 -0400)
committerVictor Julien <victor@inliniac.net>
Sat, 12 Oct 2024 09:03:34 +0000 (11:03 +0200)
commit88451b400d6f3d3a53b169ec9de41ed2bf79a504
tree08baae28ab0488557d9a04f2d003b4da4ff3e39b
parentd32b28c85e37912631f81a9682d82f4da64be136
configure: fail on --enable-napatech and --disable-shared

Issue: 7165

Plugins can't be build using the standard autoconf/automake
methods. We can get around this by creating our own Makefiles, but
they're often less portable.

For now, fail during ./configure instead of during compile.
configure.ac