Fixed some tests that were failing under cygwin
[pspp-builds.git] / configure.ac
index 49f3a0b321a88051c1bc9c080cc351ac492efb0c..e3da678e616eda184b1f8fdd487af66d93e263a9 100644 (file)
@@ -86,7 +86,8 @@ AC_HEADER_TIME
 
 AC_C_CONST
 AC_C_INLINE
-AC_TYPE_OFF_T
+dnl  Dont use AC_TYPE_OFF_T --- it doesnt generate the HAVE_TYPE macro
+AC_CHECK_TYPES(off_t) 
 AC_TYPE_SIZE_T
 AC_STRUCT_TM