summaryrefslogtreecommitdiff
path: root/source4
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
parent380874ef863866c94c999ef53252b9d30df65e88 (diff)
downloadsamba-4e0a61970120e10a6309251a97e660697818fa8a.tar.gz
samba-4e0a61970120e10a6309251a97e660697818fa8a.tar.bz2
samba-4e0a61970120e10a6309251a97e660697818fa8a.zip
Fix standalone configure scripts
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/ldb/build_macros.m41
-rw-r--r--source4/lib/ldb/external/libevents.m42
2 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/ldb/build_macros.m4 b/source4/lib/ldb/build_macros.m4
index c036668cd1..bb7fad8f7a 100644
--- a/source4/lib/ldb/build_macros.m4
+++ b/source4/lib/ldb/build_macros.m4
@@ -7,6 +7,7 @@ AC_DEFUN(BUILD_WITH_SHARED_BUILD_DIR,
if test x"$with_shared_build_dir" != x; then
sharedbuilddir=$with_shared_build_dir
CFLAGS="$CFLAGS -I$with_shared_build_dir/include"
+ CPPFLAGS="$CPPFLAGS -I$with_shared_build_dir/include"
LDFLAGS="$LDFLAGS -L$with_shared_build_dir/lib"
fi
AC_SUBST(sharedbuilddir)
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)])