summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/libldb.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-12-15 13:12:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:29:19 -0500
commit538e3bf654692628610768466cf451cf5bbccf4c (patch)
treeddc88b82a116c6233f19025a012fd38e31eed06b /source4/lib/ldb/libldb.m4
parentc69717755abeaf8bf93e76255d0912e3a24b7cb0 (diff)
downloadsamba-538e3bf654692628610768466cf451cf5bbccf4c.tar.gz
samba-538e3bf654692628610768466cf451cf5bbccf4c.tar.bz2
samba-538e3bf654692628610768466cf451cf5bbccf4c.zip
r20185: - SMB_ENABLE() needs upper case YES/NO
- fix compilation of the ldb_sqlite3 module metze (This used to be commit 39c41be0ac5bfa39c4ff3267b1a8291857e3a034)
Diffstat (limited to 'source4/lib/ldb/libldb.m4')
-rw-r--r--source4/lib/ldb/libldb.m44
1 files changed, 3 insertions, 1 deletions
diff --git a/source4/lib/ldb/libldb.m4 b/source4/lib/ldb/libldb.m4
index 845563b4a1..4d6f3743bb 100644
--- a/source4/lib/ldb/libldb.m4
+++ b/source4/lib/ldb/libldb.m4
@@ -1,4 +1,6 @@
-SMB_ENABLE(ldb_sqlite3,$with_sqlite3_support)
+if test x"$with_sqlite3_support" = x"yes"; then
+ SMB_ENABLE(ldb_sqlite3, YES)
+fi
AC_MSG_CHECKING([for Python])