Reinstate largefile check.

Fix build breakage.
This commit is contained in:
Con Kolivas 2011-03-09 09:06:37 +11:00
parent 3e484bbac3
commit ebd3220321
2 changed files with 6 additions and 1 deletions

View file

@ -31,6 +31,8 @@ lrztar_SCRIPTS = lrztar
bin_PROGRAMS = lrzip
lrzip_SOURCES = \
zpipe.cpp \
zpipe.h \
lrzip_private.h \
liblrzip.h \
lrzip.c \
lrzip.h \
@ -38,8 +40,11 @@ lrzip_SOURCES = \
rzip.h \
rzip.c \
runzip.c \
runzip.h \
stream.c \
stream.h \
util.c \
util.h \
md5.c \
md5.h
lrzip_LDADD = lzma/C/liblzma.la

View file

@ -51,7 +51,7 @@ PKG_PROG_PKG_CONFIG
AC_PROG_INSTALL
AC_PROG_LN_S
AC_SUBST(SHELL)
##AC_SYS_LARGEFILE
AC_SYS_LARGEFILE
AC_ARG_ENABLE(
asm,