summaryrefslogtreecommitdiff
path: root/source3/configure.in
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2002-11-26 19:11:22 +0000
committerGerald Carter <jerry@samba.org>2002-11-26 19:11:22 +0000
commit486b07e76ec649741dd0784ed8afa6beb276b6dd (patch)
treed2db3eb61e8cb5fb74aa6ff908ef2865897719c4 /source3/configure.in
parentede925908fee05b58ad5c3e67ded683cd6f71cde (diff)
downloadsamba-486b07e76ec649741dd0784ed8afa6beb276b6dd.tar.gz
samba-486b07e76ec649741dd0784ed8afa6beb276b6dd.tar.bz2
samba-486b07e76ec649741dd0784ed8afa6beb276b6dd.zip
lining up some spaces in configure.in and reran autoconf
updating WHATSNEW (This used to be commit ff05947aac3a40a8568f02b368d4082f1df7c44b)
Diffstat (limited to 'source3/configure.in')
-rw-r--r--source3/configure.in8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 1910c88c14..5e762fa370 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -1957,7 +1957,7 @@ with_ads_support=yes
AC_MSG_CHECKING([whether to use Active Directory])
AC_ARG_WITH(ads,
-[ --with-ads Active Directory support (default yes)],
+[ --with-ads Active Directory support (default yes)],
[ case "$withval" in
no)
with_ads_support=no
@@ -2057,7 +2057,7 @@ with_ldap_support=yes
AC_MSG_CHECKING([whether to use LDAP])
AC_ARG_WITH(ldap,
-[ --with-ldap LDAP support (default yes)],
+[ --with-ldap LDAP support (default yes)],
[ case "$withval" in
no)
with_ldap_support=no
@@ -2239,7 +2239,7 @@ fi
# check for a LDAP password database configuration backwards compatibility
AC_MSG_CHECKING(whether to use LDAP SAM 2.2 compatible configuration)
AC_ARG_WITH(ldapsam,
-[ --with-ldapsam Include LDAP SAM 2.2 compatible configuration (default=no)],
+[ --with-ldapsam Include LDAP SAM 2.2 compatible configuration (default=no)],
[ case "$withval" in
yes)
AC_MSG_RESULT(yes)
@@ -2756,7 +2756,7 @@ samba_cv_HAVE_ACL_GET_PERM_NP=yes,samba_cv_HAVE_ACL_GET_PERM_NP=no)])
with_sendfile_support=yes
AC_MSG_CHECKING(whether to check to support sendfile)
AC_ARG_WITH(sendfile-support,
-[ --with-sendfile-support Check for sendfile support (default=yes)],
+[ --with-sendfile-support Check for sendfile support (default=yes)],
[ case "$withval" in
yes)