summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathan Scott <natoscott@users.noreply.github.com>2020-09-15 15:51:36 +1000
committerGitHub <noreply@github.com>2020-09-15 15:51:36 +1000
commita2fef38be74d4022ef4510e749e4b136d4ac2c33 (patch)
treef5636ccaa75ce1d6d2097336bd5fb616dba7a1d1
parentda62b44b16834dc78af0816b4ac68eea4fda9eb7 (diff)
parenta852fae8e02650d621abdd5aea29b7a56d9a3090 (diff)
Merge pull request #130 from gh-fork-dump/no-python
configure.ac: axe python check
-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