Helps define largefile support on relevant platforms Signed-off-by: Khem Raj <raj.khem@xxxxxxxxx> --- configure.ac | 3 +++ 1 file changed, 3 insertions(+) diff --git a/configure.ac b/configure.ac index c206e111..79aefd2c 100644 --- a/configure.ac +++ b/configure.ac @@ -10,6 +10,9 @@ AC_PROG_INSTALL LT_INIT AC_PROG_CC + +AC_SYS_LARGEFILE + AC_ARG_VAR(BUILD_CC, [C compiler for build tools]) if test "${BUILD_CC+set}" != "set"; then if test $cross_compiling = no; then -- 2.39.0