summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorErik de Castro Lopo <erikd@mega-nerd.com>2013-03-13 21:54:15 +1100
committerErik de Castro Lopo <erikd@mega-nerd.com>2013-03-13 21:54:15 +1100
commit6497ce19770ec48d565f3a043cc74c9c389c7829 (patch)
treedb697836bd78664c62b5ebb5a0eaea7c7d29dda6 /configure.ac
parent195470fe2eea020900634353c8f713a7d49e8ff8 (diff)
downloadflac-6497ce19770ec48d565f3a043cc74c9c389c7829.tar.gz
configure.ac : Detect the size of off_t.
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index 84b33fc3..8b6edcb5 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,7 @@ AC_PROG_MAKE_SET
AC_SYS_LARGEFILE
AC_FUNC_FSEEKO
+AC_CHECK_SIZEOF(off_t,1) # Fake default value.
AC_CHECK_SIZEOF([void*])
AC_SEARCH_LIBS([lround],[m], [AC_DEFINE(HAVE_LROUND,1,lround support)])