diff options
author | Daniel Elstner <daniel.kitta@gmail.com> | 2015-08-26 23:12:28 +0200 |
---|---|---|
committer | Daniel Elstner <daniel.kitta@gmail.com> | 2015-08-26 23:12:28 +0200 |
commit | 3a2086f011619dc62c58f39ffcfade9763813276 (patch) | |
tree | 6a42c6a24118164381c21737f640bc22f4e6578e /configure.ac | |
parent | 7614222ca6cc73aae478d0ed659c0bcedfee4cc3 (diff) | |
download | libsigrokdecode-3a2086f011619dc62c58f39ffcfade9763813276.tar.gz libsigrokdecode-3a2086f011619dc62c58f39ffcfade9763813276.zip |
configure: Enable largefile support on 32-bit systems
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 2 |
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 ## ############################## |