diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-04-15 11:39:56 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-04-15 11:39:56 +0000 |
commit | 8284032ec58ab5429b3890cb91c762244b74ee82 (patch) | |
tree | 59b7365640d0f272017943103220992c9dc2ae97 /source3 | |
parent | dfe1dd1455199b561a4fc0600a9e23d5f949197a (diff) | |
download | samba-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.in | 2 |
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) |