From 7a929cb6273a2a784405d8ec934df6cbe10a8018 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 24 Nov 2012 04:22:03 +0200 Subject: [PATCH] drop bzlib dependency it turns out it's not needed. --- configure | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/configure b/configure index 9668a278..4cff8980 100755 --- a/configure +++ b/configure @@ -281,15 +281,6 @@ EOF compile_binary } -check_bzlib() -{ - cat > $TMPC < - void main() { BZ2_bzBuffToBuffDecompress(0, 0, 0, 0, 0, 0); } -EOF - compile_object -} - check_libpng() { cat > $TMPC <