summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2009-01-30 22:19:10 +0100
committerStefan Metzmacher <metze@samba.org>2009-01-30 22:21:11 +0100
commit03bd9b2683ab7abf967118b5970f6a59c101782a (patch)
treea1a1a3755e603b5b3cf2d5ab5e9aa3bed1440945 /source4
parentf6d08849e11775eb2530f04ecb055269ea445539 (diff)
downloadsamba-03bd9b2683ab7abf967118b5970f6a59c101782a.tar.gz
samba-03bd9b2683ab7abf967118b5970f6a59c101782a.tar.bz2
samba-03bd9b2683ab7abf967118b5970f6a59c101782a.zip
s4:heimdal_build: heimdal requires u_int32_t and u_char
metze
Diffstat (limited to 'source4')
-rw-r--r--source4/heimdal_build/internal.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/source4/heimdal_build/internal.m4 b/source4/heimdal_build/internal.m4
index 06e798ce27..b2f64a6825 100644
--- a/source4/heimdal_build/internal.m4
+++ b/source4/heimdal_build/internal.m4
@@ -33,6 +33,9 @@ esac
])
+AC_CHECK_TYPE(u_char, uint8_t)
+AC_CHECK_TYPE(u_int32_t, uint32_t)
+
dnl Not all systems have err.h, so we provide a replacement. Heimdal
dnl unconditionally #includes <err.h>, so we need to create an err.h,
dnl but we can't just have a static one because we don't want to use