X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=configure.ac;h=e3da678e616eda184b1f8fdd487af66d93e263a9;hb=692311e8b42e47c4886896c6e2d2fbf846151652;hp=49f3a0b321a88051c1bc9c080cc351ac492efb0c;hpb=a6ae02832bc0e093c2d21fe2534d9f90677803dd;p=pspp-builds.git diff --git a/configure.ac b/configure.ac index 49f3a0b3..e3da678e 100644 --- a/configure.ac +++ b/configure.ac @@ -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