mirror of
https://github.com/samba-team/samba.git
synced 2025-01-14 19:24:43 +03:00
b2d8e1118d
Hopefully this will ensure we don't get an older version from the system.
8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
AC_SUBST(TDB_OBJ)
|
|
AC_SUBST(TDB_CFLAGS)
|
|
AC_SUBST(TDB_LIBS)
|
|
|
|
AC_CHECK_HEADER(tdb.h,
|
|
[AC_CHECK_LIB(tdb, tdb_open, [TDB_LIBS="-ltdb"]) ],
|
|
[PKG_CHECK_MODULES(TDB, tdb >= 1.2.0)])
|