From: Daniel Elstner Date: Wed, 26 Aug 2015 21:12:28 +0000 (+0200) Subject: configure: Enable largefile support on 32-bit systems X-Git-Tag: libsigrokdecode-0.4.0~84 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrokdecode.git;a=commitdiff_plain;h=3a2086f011619dc62c58f39ffcfade9763813276 configure: Enable largefile support on 32-bit systems --- 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 ## ##############################