summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
Diffstat (limited to 'source4')
-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)