Do not use Python 3 to run gen_dispatch.py

It's still a Python 2.x script, even if it's mostly compatible with
Python 3.x.
macos/v1.5.9
Emmanuele Bassi 7 years ago
parent 0727ae5d27
commit d8b10c0a5a
  1. 2
      configure.ac

@ -40,7 +40,7 @@ m4_ifndef([XORG_MACROS_VERSION],
XORG_MACROS_VERSION(1.8)
XORG_DEFAULT_OPTIONS
AC_CHECK_PROGS([PYTHON], [python3 python2 python])
AC_CHECK_PROGS([PYTHON], [python2 python])
# Initialize libtool
AC_DISABLE_STATIC

Loading…
Cancel
Save