]> sjero.net Git - wget/blobdiff - configure.in
[svn] Added sanity checks for -k, -p, -r and -N when -O is given. Added fixes for...
[wget] / configure.in
index a402bd820aff8fa3d706bfdb3579d46e08c22030..9f735391c4c0202b293fe50232facf43d67823f3 100644 (file)
@@ -189,7 +189,7 @@ dnl Checks for non-universal or system-specific types.
 dnl
 AC_TYPE_SIZE_T
 AC_TYPE_PID_T
-AC_CHECK_TYPES([uint32_t, uintptr_t, int64_t])
+AC_CHECK_TYPES([uint32_t, uintptr_t, intptr_t, int64_t])
 AC_CHECK_TYPES(sig_atomic_t, [], [], [
 #include <stdio.h>
 #include <sys/types.h>