make --disable-pk-init help text also negative

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18577 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2006-10-19 05:29:51 +00:00
parent 3b0674cd07
commit 916cd120f2

View File

@@ -69,7 +69,7 @@ AM_CONDITIONAL(OPENLDAP_MODULE, test "$enable_hdb_openldap_module" = yes -a "$wi
AC_ARG_ENABLE(pk-init,
AS_HELP_STRING([--disable-pk-init],
[if you want support to pk-init]))
[if you want disable to PK-INIT support]))
if test "$enable_pk_init" != no ;then
AC_DEFINE([PKINIT], 1, [Define to enable PKINIT.])
fi