summaryrefslogtreecommitdiffstats
path: root/daemons
diff options
context:
space:
mode:
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])