From: notaz Date: Sat, 24 Nov 2012 02:22:03 +0000 (+0200) Subject: drop bzlib dependency X-Git-Tag: r17~1 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=pcsx_rearmed.git;a=commitdiff_plain;h=7a929cb6273a2a784405d8ec934df6cbe10a8018;ds=inline drop bzlib dependency it turns out it's not needed. --- 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 <