Browse code

Configure with largefile size when using internal mspack

Mickey Sola authored on 2017/02/02 06:59:54
Showing 1 changed files
... ...
@@ -141,6 +141,7 @@ m4_include([m4/reorganization/libmspack.m4])
141 141
 if test "x$use_internal_mspack" = "xyes"; then
142 142
     mspack_msg="Internal"
143 143
     AC_CONFIG_SUBDIRS([libclamav/libmspack-0.5alpha])
144
+    AC_SYS_LARGEFILE
144 145
 else
145 146
     mspack_msg="External, $LIBMSPACK_CFLAGS $LIBMSPACK_LIBS"
146 147
 fi