1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-23 09:57:40 +03:00

r6829: include the talloc autoconf tests when building ldb standalone

This commit is contained in:
Andrew Tridgell 2005-05-16 21:09:51 +00:00 committed by Gerald (Jerry) Carter
parent f46c532883
commit 3339a88617

View File

@ -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)