Get rid of our own int32 type in favor of the standard int32_t type.
[pspp-builds.git] / configure.ac
index 02ef4a5b5f4b4b8fe0cc179c7c046491c621af9e..6c8820c7bfb51031d115a7f773948b7b131baf97 100644 (file)
@@ -62,10 +62,6 @@ AC_C_INLINE
 
 dnl  Dont use AC_TYPE_OFF_T --- it doesnt generate the HAVE_TYPE macro
 AC_CHECK_TYPES(off_t) 
-AC_CHECK_SIZEOF(short, 2)
-AC_CHECK_SIZEOF(int, 4)
-AC_CHECK_SIZEOF(long, 4)
-AC_CHECK_SIZEOF(long long, 0)
 AC_CHECK_SIZEOF(float, 0)
 AC_CHECK_SIZEOF(double, 8)
 AC_CHECK_SIZEOF(long double, 0)