Description: Make sure Python3 is used
Bug-Debian: https://bugs.debian.org/936609
Author: Andreas Tille <tille@debian.org>
Last-Update: Wed, 11 Sep 2019 14:25:34 +0200

--- a/configure.in
+++ b/configure.in
@@ -334,7 +334,7 @@ AC_ARG_WITH(python,
             ],
             [
               dnl default enabled
-              AC_PATH_PROG(PYTHON, python)
+              AC_PATH_PROG(PYTHON, python3)
               PYTHONVER=$($PYTHON -V 2>&1 | cut -c 8-10)
               SUBDIRS="$SUBDIRS ghmmwrapper HMMEd"
             ]
