projects
/
util-vserver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
effa822
)
Fix typo.
author
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 2 May 2008 22:44:57 +0000 (22:44 +0000)
committer
Daniel Hokka Zakrisson
<daniel@hozac.com>
Fri, 2 May 2008 22:44:57 +0000 (22:44 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@2714
94cd875c
-1c1d-0410-91d2-
eb244daf1a30
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index
2b4bb23
..
b187016
100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-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)