From: Jason Ish Date: Fri, 29 Nov 2019 21:24:22 +0000 (-0600) Subject: configure: add python3 to python's to look for X-Git-Tag: suricata-4.1.6~62 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F4410%2Fhead;p=thirdparty%2Fsuricata.git configure: add python3 to python's to look for --- diff --git a/configure.ac b/configure.ac index ea057028ec..cfd0e86edb 100644 --- a/configure.ac +++ b/configure.ac @@ -87,7 +87,7 @@ AC_ARG_ENABLE(python, AS_HELP_STRING([--enable-python], [Enable python]),[enable_python=$enableval],[enable_python=yes]) - AC_PATH_PROGS(HAVE_PYTHON, python python2 python2.7, "no") + AC_PATH_PROGS(HAVE_PYTHON, python python2 python2.7 python3, "no") if test "x$enable_python" = "xno" ; then echo echo " Warning! python disabled, you will not be "