From 8b458ce4de9cb0e072849c4fbd9257377cd4a654 Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Wed, 12 Oct 2016 11:06:21 +0200 Subject: Build: require Python >= 2.7 The Python detection logic will be improved later when we start to use top-level configure.ac to manage build completely. For now simple bump is enough. Reviewed-By: Martin Basti Reviewed-By: Alexander Bokovoy --- daemons/configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'daemons') diff --git a/daemons/configure.ac b/daemons/configure.ac index 4d78a5209..36bf94382 100644 --- a/daemons/configure.ac +++ b/daemons/configure.ac @@ -91,7 +91,7 @@ dnl --------------------------------------------------------------------------- AC_MSG_NOTICE([Checking for Python]) have_python=no -AM_PATH_PYTHON(2.3) +AM_PATH_PYTHON(2.7) if test "x$PYTHON" = "x" ; then AC_MSG_ERROR([Python not found]) -- cgit