1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-27 03:21:53 +03:00

r6830: put header checks in config.m4 so when it is included by other projects the right

configure checks are done
This commit is contained in:
Andrew Tridgell 2005-05-16 21:22:54 +00:00 committed by Gerald (Jerry) Carter
parent 3339a88617
commit 57c8db4f9a
2 changed files with 1 additions and 1 deletions

View File

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

View File

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