summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorYorhel <git@yorhel.nl>2012-08-27 17:20:24 +0200
committerYorhel <git@yorhel.nl>2012-08-27 17:20:24 +0200
commit73690f8f835a1b1044492cab84efa3b28760063b (patch)
treec438a5cc9264175dd7e1b55b3981b14b393d6ac7 /configure.in
parent44e63ce2e7e3d4c6388ad8bc570fd540963cc0a4 (diff)
Use int64_t instead of off_t
*Should* be equivalent, but having a clearly standardised width is much better.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index d45d510..71f3294 100644
--- a/configure.in
+++ b/configure.in
@@ -15,7 +15,7 @@ AC_CHECK_HEADERS(
AC_MSG_ERROR([required header file not found]))
# Check for typedefs, structures, and compiler characteristics.
-AC_TYPE_OFF_T
+AC_TYPE_INT64_T
AC_SYS_LARGEFILE
AC_STRUCT_ST_BLOCKS