summaryrefslogtreecommitdiff
path: root/source4/lib/ldb/external
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2009-01-30 01:01:05 -0500
committerSimo Sorce <idra@samba.org>2009-01-30 01:02:23 -0500
commit4e0a61970120e10a6309251a97e660697818fa8a (patch)
tree428a9138ebb19db6f2a3a843a7b8e5cf457ffb57 /source4/lib/ldb/external
parent380874ef863866c94c999ef53252b9d30df65e88 (diff)
downloadsamba-4e0a61970120e10a6309251a97e660697818fa8a.tar.gz
samba-4e0a61970120e10a6309251a97e660697818fa8a.tar.bz2
samba-4e0a61970120e10a6309251a97e660697818fa8a.zip
Fix standalone configure scripts
Diffstat (limited to 'source4/lib/ldb/external')
-rw-r--r--source4/lib/ldb/external/libevents.m42
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/ldb/external/libevents.m4 b/source4/lib/ldb/external/libevents.m4
index 24534f2c21..6a0e36af8b 100644
--- a/source4/lib/ldb/external/libevents.m4
+++ b/source4/lib/ldb/external/libevents.m4
@@ -3,5 +3,5 @@ AC_SUBST(TEVENT_CFLAGS)
AC_SUBST(TEVENT_LIBS)
AC_CHECK_HEADER(tevent.h,
- [AC_CHECK_LIB(tevent, event_context_init, [TEVENT_LIBS="-ltevent"]) ],
+ [AC_CHECK_LIB(tevent, tevent_context_init, [TEVENT_LIBS="-ltevent"]) ],
[PKG_CHECK_MODULES(TEVENT, tevent)])