1
0
mirror of git://sigrok.org/libserialport synced 2023-08-10 21:13:24 +03:00

configure: Enable largefile support on 32-bit systems

This commit is contained in:
Daniel Elstner 2015-08-26 22:49:40 +02:00
parent 87f4a6f021
commit 07f61c7131

View File

@ -95,6 +95,8 @@ AS_CASE([$host_os], [linux*|darwin*|mingw*|cygwin*|freebsd*],, [
AC_DEFINE([NO_PORT_METADATA], [1], [Port metadata is unavailable.])
])
AC_SYS_LARGEFILE
# Define size_t if not defined as standard.
AC_TYPE_SIZE_T