summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/libldb.m4
diff options
context:
space:
mode:
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])