]> sjero.net Git - wget/blobdiff - configure.in
[svn] Use uintptr_t instead of unsigned long for integer representation of pointers.
[wget] / configure.in
index e012e52dfc181ffdffd8c9943ce0e95aa2c3abb0..413309e1624fceb0c7e59cb09c37046750e6bf96 100644 (file)
@@ -182,13 +182,14 @@ AC_CHECK_SIZEOF(short)
 AC_CHECK_SIZEOF(int)
 AC_CHECK_SIZEOF(long)
 AC_CHECK_SIZEOF(long long)
+AC_CHECK_SIZEOF(void *)
 
 dnl
 dnl Checks for non-universal or system-specific types.
 dnl
 AC_TYPE_SIZE_T
 AC_TYPE_PID_T
-AC_CHECK_TYPES(uint32_t)
+AC_CHECK_TYPES([uint32_t, uintptr_t])
 AC_CHECK_TYPES(sig_atomic_t, [], [], [
 #include <stdio.h>
 #include <sys/types.h>