]> git.ipfire.org Git - thirdparty/suricata.git/commit
configure: allow for --disable-suricata-update
authorJason Ish <ish@unx.ca>
Sun, 25 Nov 2018 15:03:22 +0000 (09:03 -0600)
committerVictor Julien <victor@inliniac.net>
Mon, 3 Dec 2018 13:21:09 +0000 (14:21 +0100)
commit345ec58df490a638d7052bb60264dd9f9cd70fda
treea4b52ccc88cda4741d60b3768af6ae20277d576b
parentdb36708756b28dda0806855cddfe5b0872553c6b
configure: allow for --disable-suricata-update

This is to prevent suricata-update from being installed if it
would otherwise be installed based on in being bundled, and
its dependencies being available.

Warn the user that Suricata-Update will not be installed if it
is bundled, but python-yaml is missing (this will also cover
the case where Python is missing).

Add "Install suricata-update" to the build summary. For consistency,
relable "Suricatasc install" as "Install suricatasc".
configure.ac