summaryrefslogtreecommitdiff
path: root/source4/build
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-11-02 00:30:45 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:13 -0500
commit71107c0eb723545ef5807d58af2ab2f5d99d7206 (patch)
treeb8470c59366e72a2bbe98864c991633c01015d42 /source4/build
parentead3508ac81ff3ed2a48753f3b5e23537ba6ec73 (diff)
downloadsamba-71107c0eb723545ef5807d58af2ab2f5d99d7206.tar.gz
samba-71107c0eb723545ef5807d58af2ab2f5d99d7206.tar.bz2
samba-71107c0eb723545ef5807d58af2ab2f5d99d7206.zip
r3448: some systems don't have stdint.h
(This used to be commit 8afc2b3bc19c627f7b970ee6ce0480039ed5d3cb)
Diffstat (limited to 'source4/build')
-rw-r--r--source4/build/m4/rewrite.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/build/m4/rewrite.m4 b/source4/build/m4/rewrite.m4
index 48c6c6627a..04d904a68d 100644
--- a/source4/build/m4/rewrite.m4
+++ b/source4/build/m4/rewrite.m4
@@ -241,6 +241,7 @@ AC_CHECK_HEADERS(sys/mount.h sys/vfs.h sys/fs/s5param.h sys/filsys.h termios.h t
AC_CHECK_HEADERS(sys/termio.h sys/statfs.h sys/dustat.h sys/statvfs.h stdarg.h sys/sockio.h)
AC_CHECK_HEADERS(security/pam_modules.h security/_pam_macros.h dlfcn.h)
AC_CHECK_HEADERS(sys/syslog.h syslog.h)
+AC_CHECK_HEADERS(stdint.h)
#
# HPUX has a bug in that including shadow.h causes a re-definition of MAXINT.