Fix typo in configure.in (merge from HEAD)
authorJelmer Vernooij <jelmer@samba.org>
Tue, 15 Apr 2003 11:39:56 +0000 (11:39 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Tue, 15 Apr 2003 11:39:56 +0000 (11:39 +0000)
(This used to be commit 30658cd63d55f2cbaf1e7e506dec71959f9069c3)

source3/configure.in

index 6c71882d9065e8a2cb867f38f50fe8a5a368c645..adbe1fe122c37950cd2db4cb47554d3164abfe48 100644 (file)
@@ -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)