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:
parent
3339a88617
commit
57c8db4f9a
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user