]> sjero.net Git - wget/commitdiff
[svn] Don't check for int32_t.
authorhniksic <devnull@localhost>
Thu, 16 Oct 2003 14:23:48 +0000 (07:23 -0700)
committerhniksic <devnull@localhost>
Thu, 16 Oct 2003 14:23:48 +0000 (07:23 -0700)
ChangeLog
configure.in

index bcf3f8ba3602e441f548561575d9b0ec3a3318e2..e5dc6bd2d978d257a598161afca50da69975744f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
index d9104895ebb171d52780f89506152f12db45c078..3f1417c90a87ed8b16ffa86ea6406dd9069d753c 100644 (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