From 280b808f78c7c74b0678781d40957e7aae3b2165 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 9 Jul 2004 04:28:25 +0000 Subject: [PATCH] fix helpstring for hdb-openldap-module git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@14035 ec53bebd-3082-4978-b11e-865c3cabbd6b --- configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.in b/configure.in index 6342f332a..37a453768 100644 --- a/configure.in +++ b/configure.in @@ -58,7 +58,7 @@ rk_TEST_PACKAGE(openldap, [-lldap -llber],,,OPENLDAP) AC_ARG_ENABLE(hdb-openldap-module, - AC_HELP_STRING([--hdb-openldap-module], + AC_HELP_STRING([--enable-hdb-openldap-module], [if you want support to build openldap hdb as shared object])) if test "$enable_hdb_openldap_module" = yes -a "$with_openldap" = yes; then AC_DEFINE(OPENLDAP_MODULE, 1, [Define if you want support for hdb ldap module])