mirror of
https://github.com/samba-team/samba.git
synced 2025-09-07 21:44:22 +03:00
Revert "s3-build: taise tdb version when building against system libtdb library."
This reverts commit ea20678c55
.
Just one new error code does probably not justify raising the required tdb version.
Guenther
This commit is contained in:
@@ -1973,7 +1973,7 @@ AC_ARG_ENABLE(external_libtdb,
|
||||
|
||||
if test "x$enable_external_libtdb" != xno
|
||||
then
|
||||
PKG_CHECK_MODULES(LIBTDB, tdb >= 1.2.0,
|
||||
PKG_CHECK_MODULES(LIBTDB, tdb >= 1.1.4,
|
||||
[ enable_external_libtdb=yes ],
|
||||
[
|
||||
if test x$enable_external_libtdb = xyes; then
|
||||
|
Reference in New Issue
Block a user