]> git.ipfire.org Git - thirdparty/suricata.git/commitdiff
configure: add python3 to python's to look for 4410/head
authorJason Ish <jason.ish@oisf.net>
Fri, 29 Nov 2019 21:24:22 +0000 (15:24 -0600)
committerVictor Julien <victor@inliniac.net>
Sat, 30 Nov 2019 06:16:52 +0000 (07:16 +0100)
configure.ac

index ea057028ec7144694d45e64dca1d8de621776453..cfd0e86edbfdfaaba89599956f994f4eefb63a0b 100644 (file)
@@ -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      "