summaryrefslogtreecommitdiffstats
path: root/server/external/libldb.m4
diff options
context:
space:
mode:
Diffstat (limited to 'server/external/libldb.m4')
-rw-r--r--server/external/libldb.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/server/external/libldb.m4 b/server/external/libldb.m4
index cb5f378dc..e0b7d42fc 100644
--- a/server/external/libldb.m4
+++ b/server/external/libldb.m4
@@ -3,5 +3,5 @@ AC_SUBST(LDB_CFLAGS)
AC_SUBST(LDB_LIBS)
AC_CHECK_HEADER(ldb.h,
- [AC_CHECK_LIB(ldb, ldb_init, [LDB_LIBS="-lldb"], , -levents) ],
+ [AC_CHECK_LIB(ldb, ldb_init, [LDB_LIBS="-lldb"], , -ltevent) ],
[PKG_CHECK_MODULES(LDB, ldb >= 0.9.2)])