cleaner pointer alignment logic for autoconf-based builds
authorJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 16 Jun 2007 00:37:42 +0000 (00:37 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Sat, 16 Jun 2007 00:37:42 +0000 (00:37 +0000)
configure.in

index 119762d..661e960 100644 (file)
@@ -41,6 +41,8 @@ AC_PROG_MAKE_SET
 AC_SYS_LARGEFILE
 AC_FUNC_FSEEKO
 
+AC_CHECK_SIZEOF(void*,0)
+
 #@@@ new name is AC_CONFIG_HEADERS
 AM_CONFIG_HEADER(config.h)