diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2005-05-16 21:08:44 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:16:48 -0500 |
commit | a0e786c4464a0b25574093295751afd906034c6b (patch) | |
tree | 05a1362fec72979e82754ae4d1f9da8955832129 /source4/lib/talloc/configure.in | |
parent | d29f44c594f4857593e361e9e31eef3cec1a912c (diff) | |
download | samba-a0e786c4464a0b25574093295751afd906034c6b.tar.gz samba-a0e786c4464a0b25574093295751afd906034c6b.tar.bz2 samba-a0e786c4464a0b25574093295751afd906034c6b.zip |
r6828: More portability fixes
(This used to be commit f46c532883e18b8780ff73d3ac0899690eeab3f4)
Diffstat (limited to 'source4/lib/talloc/configure.in')
-rw-r--r-- | source4/lib/talloc/configure.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/talloc/configure.in b/source4/lib/talloc/configure.in index 8e7e8252fd..d4afacc7a7 100644 --- a/source4/lib/talloc/configure.in +++ b/source4/lib/talloc/configure.in @@ -6,7 +6,7 @@ if test "x$GCC" = "xyes"; then fi AC_PROG_INSTALL AC_PATH_PROG(XSLTPROC,xsltproc) -AC_CHECK_HEADERS(stdint.h stdarg.h) +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) |