diff options
Diffstat (limited to 'source4/lib/ldb/ldap.m4')
-rw-r--r-- | source4/lib/ldb/ldap.m4 | 2 |
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 |