summaryrefslogtreecommitdiffstats
path: root/server/external/libtdb.m4
diff options
context:
space:
mode:
Diffstat (limited to 'server/external/libtdb.m4')
-rw-r--r--server/external/libtdb.m48
1 files changed, 0 insertions, 8 deletions
diff --git a/server/external/libtdb.m4 b/server/external/libtdb.m4
deleted file mode 100644
index 196bc5ccb..000000000
--- a/server/external/libtdb.m4
+++ /dev/null
@@ -1,8 +0,0 @@
-AC_SUBST(TDB_OBJ)
-AC_SUBST(TDB_CFLAGS)
-AC_SUBST(TDB_LIBS)
-
-AC_CHECK_HEADERS([tdb.h],
- [AC_CHECK_LIB(tdb, tdb_repack, [TDB_LIBS="-ltdb"], [AC_MSG_ERROR([TDB must support tdb_repack])]) ],
- [PKG_CHECK_MODULES(TDB, tdb >= 1.1.3)]
-)