aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure.ac b/configure.ac
index eac6b67b8..5bfb4ce72 100644
--- a/configure.ac
+++ b/configure.ac
@@ -208,9 +208,9 @@ AM_CONDITIONAL(HAVE_SSH_KEY, ssh -D 12345 -o "BatchMode yes" -o "UserKnownHosts
208rm -f /tmp/gnunet_test_cosks_ssh_garbage 208rm -f /tmp/gnunet_test_cosks_ssh_garbage
209 209
210# autotools' m4 for python has no maximum version! 210# autotools' m4 for python has no maximum version!
211# python3.7 for tests 211# python3.4 - python3.7 for tests
212m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3 python3.7 python]) 212m4_define_default([_AM_PYTHON_INTERPRETER_LIST],[python3 python3.4 python3.5 python3.6 python3.7 python])
213AM_PATH_PYTHON([3.7],, [:]) 213AM_PATH_PYTHON([3.4],, [:])
214AC_SUBST([PYTHON]) 214AC_SUBST([PYTHON])
215AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :]) 215AM_CONDITIONAL([HAVE_PYTHON], [test "$PYTHON" != :])
216 216