From 5c8f990e85d8e967ea3370ddd26b1a9d9be41a78 Mon Sep 17 00:00:00 2001 From: David Shaw Date: Fri, 31 Oct 2003 04:45:32 +0000 Subject: [PATCH] Missed a line --- ChangeLog | 2 -- configure.ac | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 88d52f8c4..854ad9c93 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1322,5 +1322,3 @@ Fri Feb 13 19:43:41 1998 Werner Koch (wk@isil.d.shuttle.de) This file is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY, to the extent permitted by law; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. - - diff --git a/configure.ac b/configure.ac index 8d4dbc18a..1a0aad55c 100644 --- a/configure.ac +++ b/configure.ac @@ -851,6 +851,7 @@ if test "$withval" != no ; then AC_CHECK_HEADER(bzlib.h, AC_CHECK_LIB(bz2,BZ2_bzCompressInit, [ + have_bz2=yes ZLIBS="$ZLIBS -lbz2" AC_DEFINE(HAVE_BZIP2,1, [Defined if the bz2 compression library is available])