summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2006-07-20 12:51:42 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 14:10:14 -0500
commit02ac968a2651a2093fe8bb4edb049d80231cdadb (patch)
tree1d34859d4b18400c118b131d080ce360a620d9be /source4
parent38dee43c194acde79705290842c621141b586c92 (diff)
downloadsamba-02ac968a2651a2093fe8bb4edb049d80231cdadb.tar.gz
samba-02ac968a2651a2093fe8bb4edb049d80231cdadb.tar.bz2
samba-02ac968a2651a2093fe8bb4edb049d80231cdadb.zip
r17156: check for the size of a pointer
metze (This used to be commit 58e124ade31efbd72297ecc41d8ddfc48546ac53)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/talloc/config.m41
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/lib/talloc/config.m4 b/source4/lib/talloc/config.m4
index ad38988e14..bcac5770ce 100644
--- a/source4/lib/talloc/config.m4
+++ b/source4/lib/talloc/config.m4
@@ -11,3 +11,4 @@ AC_CHECK_HEADERS(stdint.h stdarg.h unistd.h sys/types.h)
AC_CHECK_SIZEOF(off_t,cross)
AC_CHECK_SIZEOF(size_t,cross)
AC_CHECK_SIZEOF(ssize_t,cross)
+AC_CHECK_SIZEOF(void *,cross)