]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: no, followed by reason for python tools 4290/head
authorJason Ish <jason.ish@oisf.net>
Wed, 9 Oct 2019 05:50:34 +0000 (23:50 -0600)
committerVictor Julien <victor@inliniac.net>
Thu, 10 Oct 2019 05:47:15 +0000 (07:47 +0200)
This:
  Install suricatactl:                     no, requires distutils
instead of this:
  Install suricatasc:                      requires distutils

configure.ac

index d1de012539068595dacfe14fa1f4a8e2361b3ce5..93cd475f341332020f1cf1fce70f3f30b2d6ed46 100644 (file)
     if test "x$enable_python" != "xyes"; then
         install_suricatactl="requires python"
     elif test "x$have_python_distutils" != "xyes"; then
-        install_suricatactl="requires distutils"
+        install_suricatactl="no, requires distutils"
     else
         install_suricatactl="yes"
     fi
     if test "x$have_suricata_update" != "xyes"; then
         install_suricata_update="not bundled"
     elif test "x$enable_python" != "xyes"; then
-        install_suricata_update="requires python"
+        install_suricata_update="no, requires python"
     elif test "x$have_python_distutils" != "xyes"; then
-        install_suricata_update="requires distutils"
+        install_suricata_update="no, requires distutils"
     elif test "x$have_python_yaml" != "xyes"; then
-        install_suricata_update="requires pyyaml"
+        install_suricata_update="no, requires pyyaml"
     else
         install_suricata_update="yes"
     fi