summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-15 11:39:56 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-15 11:39:56 +0000
commit8284032ec58ab5429b3890cb91c762244b74ee82 (patch)
tree59b7365640d0f272017943103220992c9dc2ae97 /source3
parentdfe1dd1455199b561a4fc0600a9e23d5f949197a (diff)
downloadsamba-8284032ec58ab5429b3890cb91c762244b74ee82.tar.gz
samba-8284032ec58ab5429b3890cb91c762244b74ee82.tar.bz2
samba-8284032ec58ab5429b3890cb91c762244b74ee82.zip
Fix typo in configure.in (merge from HEAD)
(This used to be commit 30658cd63d55f2cbaf1e7e506dec71959f9069c3)
Diffstat (limited to 'source3')
-rw-r--r--source3/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/configure.in b/source3/configure.in
index 6c71882d90..adbe1fe122 100644
--- a/source3/configure.in
+++ b/source3/configure.in
@@ -2502,7 +2502,7 @@ AC_ARG_WITH(ldapsam,
[ case "$withval" in
yes)
AC_MSG_RESULT(yes)
- AC_DEFINE(WITH_LDAP_SAMCONFIG,1,[Whether to include 2.2 compatibel LDAP SAM configuration])
+ AC_DEFINE(WITH_LDAP_SAMCONFIG,1,[Whether to include 2.2 compatible LDAP SAM configuration])
;;
*)
AC_MSG_RESULT(no)