X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=64ae0e9f8a74b487ef85449a9030fd9648351df3;hb=5d9f260eb21ecde1babed2cea36a6e29a1a1b985;hp=2b4bb23504e9117065887a5eac37e10469abebf8;hpb=68d598ada2f4c87fe110f03179aa5505c1c4e616;p=util-vserver.git diff --git a/configure.ac b/configure.ac index 2b4bb23..64ae0e9 100644 --- a/configure.ac +++ b/configure.ac @@ -57,6 +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) ENSC_PATHPROG(FILE, file, [file]) ENSC_PATHPROG(GZIP, gzip, [gzip]) ENSC_PATHPROG(BZIP2, bzip2, [bzip2]) @@ -320,7 +321,7 @@ AC_ARG_WITH(crypto-api, [select crypto api to be used; possible values are `none', `nss', `beecrypt', `auto' (default:auto)]), [case $withval in (none|nss|beecrypt|auto) ensc_crypto_api=$withval;; - (*) AC_MSG_ERROR([invalid initscripts value, only gentoo and sysv are supported]);; + (*) AC_MSG_ERROR([invalid crypto-api value, only none,nss,beecrypt,auto are supported]);; esac],[ensc_crypto_api=auto]) AC_MSG_RESULT($ensc_crypto_api)