From: hniksic Date: Thu, 16 Oct 2003 14:23:48 +0000 (-0700) Subject: [svn] Don't check for int32_t. X-Git-Tag: v1.13~1565 X-Git-Url: http://sjero.net/git/?p=wget;a=commitdiff_plain;h=ca5c9e5911d5e374d6d6e5c408210c26a145c107 [svn] Don't check for int32_t. --- diff --git a/ChangeLog b/ChangeLog index bcf3f8ba..e5dc6bd2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2003-10-16 Hrvoje Niksic + + * configure.in: Don't check for int32_t because we're not really + using it. + 2003-10-11 Hrvoje Niksic * configure.in: Check for int32_t and u_int32_t. Check for diff --git a/configure.in b/configure.in index d9104895..3f1417c9 100644 --- a/configure.in +++ b/configure.in @@ -164,7 +164,6 @@ AC_CHECK_SIZEOF(short) AC_CHECK_SIZEOF(int) AC_CHECK_SIZEOF(long) AC_CHECK_SIZEOF(long long) -AC_CHECK_TYPES(int32_t) AC_CHECK_TYPES(u_int32_t) dnl