summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorWilliam Douglas <william.douglas@intel.com>2019-10-09 13:35:23 -0700
committerXiang, Haihao <haihao.xiang@intel.com>2019-11-26 09:35:23 +0800
commitc6c7cb5dd11ad86615bd9a883607912235daa75d (patch)
treef08e475d38485290e46944d8fce8c6fa88659040 /configure.ac
parent2bf45e98fcac1e0010f6f96bdd6ad4e31c76da23 (diff)
downloadlibva-intel-driver-c6c7cb5dd11ad86615bd9a883607912235daa75d.tar.gz
Check for python3 rather than python2
With python2 being deprecated, it makes sense to switch gpp.py to be python3 compatable and the build system to look for python3 rather than python2.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac
index a0b462fb..fdbbf488 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,7 +77,7 @@ AC_HEADER_STDC
AC_SYS_LARGEFILE
AC_CHECK_LIB([m], [sin])
AC_CHECK_FUNCS([log2f])
-AC_CHECK_PROGS([PYTHON2], [python2 python])
+AC_CHECK_PROGS([PYTHON3], [python3 python])
LIBVA_PACKAGE_VERSION=libva_package_version
AC_SUBST(LIBVA_PACKAGE_VERSION)