X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=b1870165096451f355a3dc05f934e55f35eee4c5;hb=f6a23cd6bac57c385f8d86095e0af389c2f9bd47;hp=36b6685e79da027d1e582b2f7969f4ab81d32833;hpb=df13e5523df231124858003c93bdaa3b7a361f07;p=util-vserver.git diff --git a/configure.ac b/configure.ac index 36b6685..b187016 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ dnl distribution terms that you use for the rest of that program. dnl AC_PREREQ(2.57) -AC_INIT(util-vserver, 0.30.214, vserver@list.linux-vserver.org) +AC_INIT(util-vserver, 0.30.215, vserver@list.linux-vserver.org) AC_CONFIG_SRCDIR([src/capchroot.c]) AC_CONFIG_HEADER([config.h]) @@ -320,7 +320,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)