Require Python >= 2.4.
authorDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 23 Jun 2009 17:38:41 +0000 (17:38 +0000)
committerDaniel Hokka Zakrisson <daniel@hozac.com>
Tue, 23 Jun 2009 17:38:41 +0000 (17:38 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2838 94cd875c-1c1d-0410-91d2-eb244daf1a30

configure.ac

index 98106df..360df94 100644 (file)
@@ -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