From 538e3bf654692628610768466cf451cf5bbccf4c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Fri, 15 Dec 2006 13:12:18 +0000 Subject: r20185: - SMB_ENABLE() needs upper case YES/NO - fix compilation of the ldb_sqlite3 module metze (This used to be commit 39c41be0ac5bfa39c4ff3267b1a8291857e3a034) --- source4/lib/ldb/libldb.m4 | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/lib/ldb/libldb.m4') 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]) -- cgit