summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/configure.ac
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2007-09-11 17:27:25 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 15:06:27 -0500
commit2e5f023a69cda6f507a2a820c97b0f095ce44678 (patch)
tree38dd9bb80b39d9f26c4696dc56fee1561cbf6a54 /source4/lib/ldb/configure.ac
parent08ff1a50f2adf1b68bda79c0ce09316f266d16e6 (diff)
downloadsamba-2e5f023a69cda6f507a2a820c97b0f095ce44678.tar.gz
samba-2e5f023a69cda6f507a2a820c97b0f095ce44678.tar.bz2
samba-2e5f023a69cda6f507a2a820c97b0f095ce44678.zip
r25093: Use system-provided ldb library if available. Note that this only means using the ldb library from the system - the custom command-line tools for Samba 4 will still be built even if they are already provided by the system.
(This used to be commit 8aab673df5200a4555777caf4ee58907cf6fe4cc)
Diffstat (limited to 'source4/lib/ldb/configure.ac')
-rw-r--r--source4/lib/ldb/configure.ac2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/configure.ac b/source4/lib/ldb/configure.ac
index f4dbe187e6..776877111b 100644
--- a/source4/lib/ldb/configure.ac
+++ b/source4/lib/ldb/configure.ac
@@ -11,7 +11,7 @@ AC_DEFUN([SMB_MODULE_DEFAULT], [echo -n ""])
AC_DEFUN([SMB_LIBRARY_ENABLE], [echo -n ""])
AC_DEFUN([SMB_EXT_LIB], [echo -n ""])
AC_DEFUN([SMB_ENABLE], [echo -n ""])
-AC_INIT(ldb, 0.9.0)
+AC_INIT(ldb, 0.9.1)
AC_CONFIG_SRCDIR([common/ldb.c])
AC_LIBREPLACE_ALL_CHECKS