summaryrefslogtreecommitdiffstats
path: root/configure.ac
diff options
context:
space:
mode:
authorStephen Gregoratto <dev@sgregoratto.me>2020-09-15 15:19:55 +1000
committerStephen Gregoratto <dev@sgregoratto.me>2020-09-15 15:19:55 +1000
commita852fae8e02650d621abdd5aea29b7a56d9a3090 (patch)
treef5636ccaa75ce1d6d2097336bd5fb616dba7a1d1 /configure.ac
parentda62b44b16834dc78af0816b4ac68eea4fda9eb7 (diff)
configure.ac: axe python check
Now that the automated header script is gone, there's no need for python now.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac3
1 files changed, 0 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index 30834f22..18617c12 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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

© 2014-2024 Faster IT GmbH | imprint | privacy policy