summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/ldap.m4
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-01-26 16:37:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:51:31 -0500
commitd346794a8d962de209cc3a111c73e23553c9a767 (patch)
tree055fc5b91d50a92d874d0e9375577726e64630d8 /source4/lib/ldb/ldap.m4
parent34a03295d26d96302b4420c673afb33bdf875e77 (diff)
downloadsamba-d346794a8d962de209cc3a111c73e23553c9a767.tar.gz
samba-d346794a8d962de209cc3a111c73e23553c9a767.tar.bz2
samba-d346794a8d962de209cc3a111c73e23553c9a767.zip
r13166: Patches form Brad Hards
(This used to be commit 335050b30d832f529fb8fdd4f96e4bb3de93f38c)
Diffstat (limited to 'source4/lib/ldb/ldap.m4')
-rw-r--r--source4/lib/ldb/ldap.m42
1 files changed, 1 insertions, 1 deletions
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