summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorDaniel Elstner <daniel.kitta@gmail.com>2015-08-26 23:12:28 +0200
committerDaniel Elstner <daniel.kitta@gmail.com>2015-08-26 23:12:28 +0200
commit3a2086f011619dc62c58f39ffcfade9763813276 (patch)
tree6a42c6a24118164381c21737f640bc22f4e6578e /configure.ac
parent7614222ca6cc73aae478d0ed659c0bcedfee4cc3 (diff)
downloadlibsigrokdecode-3a2086f011619dc62c58f39ffcfade9763813276.tar.gz
libsigrokdecode-3a2086f011619dc62c58f39ffcfade9763813276.zip
configure: Enable largefile support on 32-bit systems
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index fe5d5fb..ba7fed6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -111,6 +111,8 @@ SR_ARG_ENABLE_WARNINGS([SRD_WFLAGS], [-Wall], [-Wall -Wextra -Wmissing-prototype
SRD_EXTRA_LIBS=
SR_SEARCH_LIBS([SRD_EXTRA_LIBS], [pow], [m])
+AC_SYS_LARGEFILE
+
##############################
## Finalize configuration ##
##############################