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:
parent
31d919b23d
commit
ca5c9e5911
@ -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>
|
2003-10-11 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* configure.in: Check for int32_t and u_int32_t. Check for
|
* configure.in: Check for int32_t and u_int32_t. Check for
|
||||||
|
@ -164,7 +164,6 @@ AC_CHECK_SIZEOF(short)
|
|||||||
AC_CHECK_SIZEOF(int)
|
AC_CHECK_SIZEOF(int)
|
||||||
AC_CHECK_SIZEOF(long)
|
AC_CHECK_SIZEOF(long)
|
||||||
AC_CHECK_SIZEOF(long long)
|
AC_CHECK_SIZEOF(long long)
|
||||||
AC_CHECK_TYPES(int32_t)
|
|
||||||
AC_CHECK_TYPES(u_int32_t)
|
AC_CHECK_TYPES(u_int32_t)
|
||||||
|
|
||||||
dnl
|
dnl
|
||||||
|
Loading…
Reference in New Issue
Block a user