configure.ac: axe python check

Now that the automated header script is gone, there's no need for python
now.
This commit is contained in:
Stephen Gregoratto 2020-09-15 15:19:55 +10:00
parent da62b44b16
commit a852fae8e0
1 changed files with 0 additions and 3 deletions

View File

@ -291,9 +291,6 @@ AC_ARG_ENABLE([werror], [AS_HELP_STRING([--enable-werror], [Treat warnings as er
AS_IF([test "x$enable_werror" = "xyes"], [AM_CFLAGS="$AM_CFLAGS -Werror"])
AC_SUBST([AM_CFLAGS])
AC_CHECK_PROGS(PYTHON, [python python3 python2])
AC_SUBST(PYTHON)
# Bail out on errors.
# ----------------------------------------------------------------------
if test ! -z "$missing_libraries"; then