From 8557a22f81e7fa6b323126cc070fe89aea222412 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 16 May 2005 21:09:51 +0000 Subject: r6829: include the talloc autoconf tests when building ldb standalone (This used to be commit 3339a886178eebf19ce9bbe0dcca16e9d6e3c12c) --- source4/lib/ldb/configure.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'source4/lib/ldb') diff --git a/source4/lib/ldb/configure.in b/source4/lib/ldb/configure.in index ed61344317..a04ae00690 100644 --- a/source4/lib/ldb/configure.in +++ b/source4/lib/ldb/configure.in @@ -1,3 +1,4 @@ +AC_PREREQ(2.50) AC_DEFUN([AC_CHECK_LIB_EXT], [ AC_CHECK_LIB([$1],[$3],[$4],[$5],[$7]) ac_cv_lib_ext_$1_$3=$ac_cv_lib_$1_$3 @@ -26,4 +27,5 @@ sinclude(ldap.m4) WITH_LDAP=$with_ldap_support AC_SUBST(WITH_LDAP) sinclude(config.m4) +sinclude(../talloc/config.m4) AC_OUTPUT(Makefile ldb.pc) -- cgit