X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=configure.ac;h=15ad14f1414437dcf65db0efe86b21aff44b85f7;hb=616c79d7eee3bff076671ee8d475df2f2b640a16;hp=f89b5ac8b977517e7dcdf54c45f68f6a1de6981f;hpb=a89a5abe2caafac29972879f6cbf177d6c1567ac;p=util-vserver.git diff --git a/configure.ac b/configure.ac index f89b5ac..15ad14f 100644 --- a/configure.ac +++ b/configure.ac @@ -57,7 +57,7 @@ ENSC_PATHPROG(NOHUP, nohup) ENSC_PATHPROG(RMMOD, rmmod) ENSC_PATHPROG(VCONFIG, vconfig,, [See http://www.candelatech.com/~greear/vlan.html; usually this tool is shipped in the 'vconfig' or 'vlan' package of your distribution]) ENSC_PATHPROG(WGET, wget) -ENSC_PATHPROG(IONICE, ionice,, [This is usually shipped in the 'util-linux(-ng)' or 'schedutils' package]) +ENSC_PATHPROG(IONICE, ionice, [], [This is usually shipped in the 'util-linux(-ng)' or 'schedutils' package]) ENSC_PATHPROG(FILE, file, [file]) ENSC_PATHPROG(GZIP, gzip, [gzip]) ENSC_PATHPROG(BZIP2, bzip2, [bzip2]) @@ -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