diff options
author | Andrew Tridgell <tridge@samba.org> | 2005-05-16 21:09:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:48 -0500 |
commit | 8557a22f81e7fa6b323126cc070fe89aea222412 (patch) | |
tree | cd9edf1feee5ac86aa89ddc967bc7e7500096b9f /source4/lib/ldb | |
parent | a0e786c4464a0b25574093295751afd906034c6b (diff) | |
download | samba-8557a22f81e7fa6b323126cc070fe89aea222412.tar.gz samba-8557a22f81e7fa6b323126cc070fe89aea222412.tar.bz2 samba-8557a22f81e7fa6b323126cc070fe89aea222412.zip |
r6829: include the talloc autoconf tests when building ldb standalone
(This used to be commit 3339a886178eebf19ce9bbe0dcca16e9d6e3c12c)
Diffstat (limited to 'source4/lib/ldb')
-rw-r--r-- | source4/lib/ldb/configure.in | 2 |
1 files changed, 2 insertions, 0 deletions
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) |