1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] Don't check for int32_t.

This commit is contained in:
hniksic 2003-10-16 07:23:48 -07:00
parent 31d919b23d
commit ca5c9e5911
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2003-10-16 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Don't check for int32_t because we're not really
using it.
2003-10-11 Hrvoje Niksic <hniksic@xemacs.org>
* configure.in: Check for int32_t and u_int32_t. Check for

View File

@ -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