From d346794a8d962de209cc3a111c73e23553c9a767 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Thu, 26 Jan 2006 16:37:37 +0000 Subject: r13166: Patches form Brad Hards (This used to be commit 335050b30d832f529fb8fdd4f96e4bb3de93f38c) --- source4/lib/ldb/ldap.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/lib/ldb/ldap.m4') diff --git a/source4/lib/ldb/ldap.m4 b/source4/lib/ldb/ldap.m4 index a9e3fb5678..716b66e07f 100644 --- a/source4/lib/ldb/ldap.m4 +++ b/source4/lib/ldb/ldap.m4 @@ -6,7 +6,7 @@ with_ldap_support=auto AC_MSG_CHECKING([for LDAP support]) AC_ARG_WITH(ldap, -[ --with-ldap LDAP support (default yes)], +AS_HELP_STRING([--with-ldap],[LDAP backend support (default=yes)]), [ case "$withval" in yes|no) with_ldap_support=$withval -- cgit