Look for python3 in addition to python in configure script.

Change-Id: I77ff22aabdbbbf7376483b53d8795e7fbf0c0433
Reviewed-on: https://code.wireshark.org/review/5627
Reviewed-by: Stephen Fisher <sfisher@sdf.org>
This commit is contained in:
Stephen Fisher 2014-12-04 16:59:43 -07:00
parent d5a4cc34ec
commit 086734456d
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ fi
AC_PATH_PROG(PERL, perl)
# Check for Python.
AC_PATH_PROG(PYTHON, python)
AC_PATH_PROGS(PYTHON, python, python3)
if test ! -z "$PYTHON"; then
#
# OK, we found Python; is it Python 2.5 or later?