summaryrefslogtreecommitdiff
blob: 9c7b3606b2c8d424b5d16f016e0faefaefc33735 (plain)
1
2
3
4
5
6
7
8
9
10
11
diff -Nuar a/configure.ac b/configure.ac
--- a/configure.ac	2016-08-03 12:25:47.000000000 +0200
+++ b/configure.ac	2016-08-03 23:29:44.540073537 +0200
@@ -9,6 +9,7 @@
 AC_PROG_CC_STDC
 AC_STRUCT_ST_BLKSIZE
 AC_STRUCT_ST_BLOCKS
+AC_SYS_LARGEFILE
 
 AC_CHECK_LIB([popt],[poptParseArgvString],,
   AC_MSG_ERROR([libpopt required but not found]))