diff --git a/ChangeLog b/ChangeLog
index bcf3f8ba..e5dc6bd2 100644
--- 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
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