summaryrefslogtreecommitdiff
path: root/source4/lib/talloc/configure.in
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2005-05-16 01:57:27 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:45 -0500
commit1f474c2692af8ba704a4071fe6e496cb43e19bae (patch)
tree65cfe9a075899f7ba50712aa9de31eb4fc125e36 /source4/lib/talloc/configure.in
parent1d0e2b9569be6f2e8a5495ead1f92c9855f0e7f9 (diff)
downloadsamba-1f474c2692af8ba704a4071fe6e496cb43e19bae.tar.gz
samba-1f474c2692af8ba704a4071fe6e496cb43e19bae.tar.bz2
samba-1f474c2692af8ba704a4071fe6e496cb43e19bae.zip
r6804: Add config.h for talloc (and use it)
(This used to be commit c2ce09d38003fd43212de9cd08e4a781cc2aff88)
Diffstat (limited to 'source4/lib/talloc/configure.in')
-rw-r--r--source4/lib/talloc/configure.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/source4/lib/talloc/configure.in b/source4/lib/talloc/configure.in
index 2dfb66a17e..436fe365da 100644
--- a/source4/lib/talloc/configure.in
+++ b/source4/lib/talloc/configure.in
@@ -8,5 +8,7 @@ fi
AC_PROG_INSTALL
AC_PATH_PROG(XSLTPROC,xsltproc)
AC_PATH_PROG(GCOV,gcov)
+AC_CHECK_HEADERS(stdint.h stdarg.h)
+AC_CONFIG_HEADER(config.h)
sinclude(config.m4)
AC_OUTPUT(Makefile talloc.pc)