From e1e2fc816a156709191af5d4a3a141128d02a92b Mon Sep 17 00:00:00 2001 From: Daniel Hokka Zakrisson Date: Tue, 23 Jun 2009 17:38:41 +0000 Subject: [PATCH] Require Python >= 2.4. git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2838 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 98106df..360df94 100644 --- a/configure.ac +++ b/configure.ac @@ -453,7 +453,7 @@ dnl ######################## dnl Check for Python ensc_have_python=yes -AM_PATH_PYTHON(,, [:]) +AM_PATH_PYTHON([2.4],, [:]) if test "x$PYTHON" = x:; then ensc_have_python=no fi -- 1.8.1.5