mirror of https://github.com/nirenjan/libx52.git
Set minimum version of Python to 3.5
On Xenial, the version of Python 3 is 3.5. Restricting the version to 3.6 or newer causes the Travis CI build to break on Xenial.pull/22/head
parent
c4acd0ce49
commit
f0ed2f39e3
|
@ -1,6 +1,6 @@
|
||||||
# Autoconf settings for x52pro-linux
|
# Autoconf settings for x52pro-linux
|
||||||
#
|
#
|
||||||
# Copyright (C) 2012-2018 Nirenjan Krishnan (nirenjan@nirenjan.org)
|
# Copyright (C) 2012-2020 Nirenjan Krishnan (nirenjan@nirenjan.org)
|
||||||
#
|
#
|
||||||
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
|
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
|
||||||
|
|
||||||
|
@ -12,7 +12,7 @@ AC_PROG_CC
|
||||||
AC_PROG_CC_STDC
|
AC_PROG_CC_STDC
|
||||||
AC_PROG_AWK
|
AC_PROG_AWK
|
||||||
AM_PROG_AR
|
AM_PROG_AR
|
||||||
AM_PATH_PYTHON([3.6])
|
AM_PATH_PYTHON([3.5])
|
||||||
LT_INIT
|
LT_INIT
|
||||||
PKG_PROG_PKG_CONFIG
|
PKG_PROG_PKG_CONFIG
|
||||||
PKG_INSTALLDIR
|
PKG_INSTALLDIR
|
||||||
|
|
Loading…
Reference in New Issue