diff options
author | Simo Sorce <idra@samba.org> | 2009-01-30 01:01:05 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2009-01-30 01:02:23 -0500 |
commit | 4e0a61970120e10a6309251a97e660697818fa8a (patch) | |
tree | 428a9138ebb19db6f2a3a843a7b8e5cf457ffb57 /source4/lib/ldb/external | |
parent | 380874ef863866c94c999ef53252b9d30df65e88 (diff) | |
download | samba-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.m4 | 2 |
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)]) |