From: Jason Ish Date: Wed, 9 Oct 2019 05:50:34 +0000 (-0600) Subject: configure: no, followed by reason for python tools X-Git-Tag: suricata-5.0.0~26 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4290%2Fhead;p=thirdparty%2Fsuricata.git configure: no, followed by reason for python tools This: Install suricatactl: no, requires distutils instead of this: Install suricatasc: requires distutils --- diff --git a/configure.ac b/configure.ac index d1de012539..93cd475f34 100644 --- a/configure.ac +++ b/configure.ac @@ -1542,7 +1542,7 @@ 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 @@ -1551,11 +1551,11 @@ 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