From eaa11475cdf64449bf53560e9f89c282c0197478 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Mon, 16 May 2005 21:22:54 +0000 Subject: 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) --- source4/lib/talloc/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/talloc/config.m4') 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) -- cgit