From a1ee536daa8ba5519745d6a1d3c4a6016a85eb7f Mon Sep 17 00:00:00 2001 From: Jason Ish Date: Tue, 8 Oct 2019 23:50:34 -0600 Subject: [PATCH] configure: no, followed by reason for python tools This: Install suricatactl: no, requires distutils instead of this: Install suricatasc: requires distutils --- configure.ac | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 -- 2.47.2