mirror of
https://gitlab.freedesktop.org/xorg/lib/libxcb.git
synced 2025-12-20 04:30:12 +01:00
configure.ac: Require python 3.6 or later
This commit is contained in:
parent
4baf480f3d
commit
46446a980b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ AC_CONFIG_HEADERS([src/config.h])
|
|||
|
||||
# Initialize Automake
|
||||
AM_INIT_AUTOMAKE([foreign dist-xz])
|
||||
AM_PATH_PYTHON([3.0])
|
||||
AM_PATH_PYTHON([3.6])
|
||||
|
||||
# Set common system defines for POSIX extensions, such as _GNU_SOURCE
|
||||
# Must be called before any macros that run the compiler (like AC_PROG_LIBTOOL)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue