From 8284032ec58ab5429b3890cb91c762244b74ee82 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Tue, 15 Apr 2003 11:39:56 +0000 Subject: Fix typo in configure.in (merge from HEAD) (This used to be commit 30658cd63d55f2cbaf1e7e506dec71959f9069c3) --- source3/configure.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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) -- cgit