]> git.ipfire.org Git - thirdparty/sarg.git/commit - configure.ac
Restore support for bzip2 files
authorFrederic Marchal <fmarchal@users.sourceforge.net>
Sat, 13 Jun 2015 18:30:39 +0000 (20:30 +0200)
committerFrederic Marchal <fmarchal@users.sourceforge.net>
Sat, 13 Jun 2015 18:30:39 +0000 (20:30 +0200)
commita1e4e370333e352a6941a06d3fe5b06facf13496
treebb6556d48c8c184d6e65788b78c8a3bcf962138b
parent68bb0f2c7a9d5c59f7a27e4f8450417b04660235
Restore support for bzip2 files

Sarg can read log compressed with bzip2 again.

It doesn't use an external program to do that. It relies on the bzlib
library if it is found.
configure.ac
decomp.c
longline.c
readlog.c