mirror of
https://github.com/samba-team/samba.git
synced 2025-01-12 09:18:10 +03:00
change ldb version number (as ldb_module structure has changed)
This commit is contained in:
parent
16a1903c54
commit
79b7ba9b10
@ -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.3)
|
||||
AC_INIT(ldb, 0.9.4)
|
||||
AC_CONFIG_SRCDIR([common/ldb.c])
|
||||
|
||||
AC_LIBREPLACE_ALL_CHECKS
|
||||
|
@ -2,5 +2,5 @@
|
||||
# if we use the ones installed in the system.
|
||||
define(TDB_MIN_VERSION,1.1.4)
|
||||
define(TALLOC_MIN_VERSION,1.3.0)
|
||||
define(LDB_REQUIRED_VERSION,0.9.3)
|
||||
define(LDB_REQUIRED_VERSION,0.9.4)
|
||||
define(TEVENT_REQUIRED_VERSION,0.9.5)
|
||||
|
Loading…
Reference in New Issue
Block a user