From 02ac968a2651a2093fe8bb4edb049d80231cdadb Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 20 Jul 2006 12:51:42 +0000 Subject: r17156: check for the size of a pointer metze (This used to be commit 58e124ade31efbd72297ecc41d8ddfc48546ac53) --- source4/lib/talloc/config.m4 | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/lib/talloc') 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) -- cgit