summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
authorPetr Spacek <pspacek@redhat.com>2016-10-12 11:06:21 +0200
committerMartin Basti <mbasti@redhat.com>2016-10-18 10:47:59 +0200
commit8b458ce4de9cb0e072849c4fbd9257377cd4a654 (patch)
tree6e1f1cbd9ab0429aba610c71f806165404d59ac5 /daemons
parent2ea66483791ef060c54f525786fbac2730813bbc (diff)
downloadfreeipa-8b458ce4de9cb0e072849c4fbd9257377cd4a654.tar.gz
freeipa-8b458ce4de9cb0e072849c4fbd9257377cd4a654.tar.xz
freeipa-8b458ce4de9cb0e072849c4fbd9257377cd4a654.zip
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 <mbasti@redhat.com> Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
Diffstat (limited to 'daemons')
-rw-r--r--daemons/configure.ac2
1 files changed, 1 insertions, 1 deletions
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])