summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/sqlite3.m4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-09-25 16:59:00 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:20:19 -0500
commit95340f8afb12b8c9bcaaa230b4cad74e77a79a9c (patch)
tree9e0bb5564a0376f56ae123e3faeef62364355a45 /source4/lib/ldb/sqlite3.m4
parent1b8d6b3e7d78c9b4d0fdb1676d5a116c12cfe127 (diff)
downloadsamba-95340f8afb12b8c9bcaaa230b4cad74e77a79a9c.tar.gz
samba-95340f8afb12b8c9bcaaa230b4cad74e77a79a9c.tar.bz2
samba-95340f8afb12b8c9bcaaa230b4cad74e77a79a9c.zip
r18903: merge from samba3:
define HAVE_LDB_LDAP and HAVE_LDB_SQLITE3 metze (This used to be commit 4e2f5ba490d717283ab089d90ebd5c108a8c53b0)
Diffstat (limited to 'source4/lib/ldb/sqlite3.m4')
-rw-r--r--source4/lib/ldb/sqlite3.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/ldb/sqlite3.m4 b/source4/lib/ldb/sqlite3.m4
index 49e3807730..d0a74ee53c 100644
--- a/source4/lib/ldb/sqlite3.m4
+++ b/source4/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