summaryrefslogtreecommitdiff
path: root/source4/lib/talloc
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-05-16 21:22:54 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:16:48 -0500
commiteaa11475cdf64449bf53560e9f89c282c0197478 (patch)
tree9969fcd7d8decc49a85c02aa326b6d2ca4b31973 /source4/lib/talloc
parent8557a22f81e7fa6b323126cc070fe89aea222412 (diff)
downloadsamba-eaa11475cdf64449bf53560e9f89c282c0197478.tar.gz
samba-eaa11475cdf64449bf53560e9f89c282c0197478.tar.bz2
samba-eaa11475cdf64449bf53560e9f89c282c0197478.zip
r6830: put header checks in config.m4 so when it is included by other projects the right
configure checks are done (This used to be commit 57c8db4f9aecd161d61cf0011e960edc718d7cf0)
Diffstat (limited to 'source4/lib/talloc')
-rw-r--r--source4/lib/talloc/config.m41
-rw-r--r--source4/lib/talloc/configure.in1
2 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/config.m4 b/source4/lib/talloc/config.m4
index 60e89f4392..70fedade4a 100644
--- a/source4/lib/talloc/config.m4
+++ b/source4/lib/talloc/config.m4
@@ -7,3 +7,4 @@ if test x"$samba_cv_HAVE_VA_COPY" = x"yes"; then
fi
AC_CHECK_TYPES(intptr_t)
+AC_CHECK_HEADERS(stdint.h stdarg.h unistd.h sys/types.h)
diff --git a/source4/lib/talloc/configure.in b/source4/lib/talloc/configure.in
index d4afacc7a7..24a2e4ead6 100644
--- a/source4/lib/talloc/configure.in
+++ b/source4/lib/talloc/configure.in
@@ -6,7 +6,6 @@ if test "x$GCC" = "xyes"; then
fi
AC_PROG_INSTALL
AC_PATH_PROG(XSLTPROC,xsltproc)
-AC_CHECK_HEADERS(stdint.h stdarg.h unistd.h sys/types.h)
AC_CONFIG_HEADER(config.h)
sinclude(config.m4)
AC_OUTPUT(Makefile talloc.pc)