From 916cd120f286e8d8e4220a4b380099c1143f27b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Thu, 19 Oct 2006 05:29:51 +0000 Subject: [PATCH] make --disable-pk-init help text also negative git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@18577 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index da5644159..e538b271c 100644 --- a/configure.in +++ b/configure.in @@ -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