Andreas Krey wrote on Wed, Oct 19, 2011 at 12:08:18 +0200: > ldd already tells me the line 'libz.so => /usr/lib/libz.so' > which is a bit irritating because why did get-deps pull zlib in the > first place when it uses the system one?
Looking at build/ac-macros/zlib.m4 I don't see any special handling for checking if zlib exists at ./zlib (like we check for some other dependencies). Probably an oversight.