summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/external/libtdb.m4
diff options
context:
space:
mode:
Diffstat (limited to 'source4/lib/ldb/external/libtdb.m4')
-rw-r--r--source4/lib/ldb/external/libtdb.m47
1 files changed, 0 insertions, 7 deletions
diff --git a/source4/lib/ldb/external/libtdb.m4 b/source4/lib/ldb/external/libtdb.m4
deleted file mode 100644
index eb5a02030d..0000000000
--- a/source4/lib/ldb/external/libtdb.m4
+++ /dev/null
@@ -1,7 +0,0 @@
-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)])