projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
6c380e1
)
Require Python >= 2.4.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Tue, 23 Jun 2009 17:38:41 +0000 (17:38 +0000)
committer
Daniel 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
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
98106df
..
360df94
100644
(file)
--- 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