summaryrefslogtreecommitdiffstats
path: root/development/recutils/configure.ac.patch
diff options
context:
space:
mode:
Diffstat (limited to 'development/recutils/configure.ac.patch')
-rw-r--r--development/recutils/configure.ac.patch4
1 files changed, 4 insertions, 0 deletions
diff --git a/development/recutils/configure.ac.patch b/development/recutils/configure.ac.patch
new file mode 100644
index 0000000000..e82f4ae6e9
--- /dev/null
+++ b/development/recutils/configure.ac.patch
@@ -0,0 +1,4 @@
+126c126
+< AC_CHECK_LIB([mdb],[mdb_init],[have_mdb=yes],)
+---
+> AC_CHECK_LIB([mdb],[mdb_get_version],[have_mdb=yes],)