summaryrefslogtreecommitdiff
path: root/source3/lib/ldb/sqlite3.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source3/lib/ldb/sqlite3.m4')
-rw-r--r--source3/lib/ldb/sqlite3.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/ldb/sqlite3.m4 b/source3/lib/ldb/sqlite3.m4
index 49e3807730..d0a74ee53c 100644
--- a/source3/lib/ldb/sqlite3.m4
+++ b/source3/lib/ldb/sqlite3.m4
@@ -40,6 +40,7 @@ if test x"$with_sqlite3_support" != x"no"; then
if test x"$ac_cv_lib_ext_sqlite3_sqlite3_open" = x"yes"; then
AC_DEFINE(HAVE_SQLITE3,1,[Whether sqlite3 is available])
+ AC_DEFINE(HAVE_LDB_SQLITE3,1,[Whether ldb_sqlite3 is available])
AC_MSG_CHECKING(whether SQLITE3 support is used)
AC_MSG_RESULT(yes)
with_sqlite3_support=yes