svn commit: samba r6829 - in branches/SAMBA_4_0/source/lib/ldb: .

tridge at samba.org tridge at samba.org
Mon May 16 21:09:52 GMT 2005


Author: tridge
Date: 2005-05-16 21:09:51 +0000 (Mon, 16 May 2005)
New Revision: 6829

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=6829

Log:
include the talloc autoconf tests when building ldb standalone

Modified:
   branches/SAMBA_4_0/source/lib/ldb/configure.in


Changeset:
Modified: branches/SAMBA_4_0/source/lib/ldb/configure.in
===================================================================
--- branches/SAMBA_4_0/source/lib/ldb/configure.in	2005-05-16 21:08:44 UTC (rev 6828)
+++ branches/SAMBA_4_0/source/lib/ldb/configure.in	2005-05-16 21:09:51 UTC (rev 6829)
@@ -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 @@
 WITH_LDAP=$with_ldap_support
 AC_SUBST(WITH_LDAP)
 sinclude(config.m4)
+sinclude(../talloc/config.m4)
 AC_OUTPUT(Makefile ldb.pc)



More information about the samba-cvs mailing list