Fixed incorrect zlib check
commitc834887e92cc5f677e28f630ed372dc7c90ab3d2
authorChris Frey <cdfrey@foursquare.net>
Fri, 20 Feb 2009 07:12:27 +0000 (20 02:12 -0500)
committerChris Frey <cdfrey@foursquare.net>
Fri, 20 Feb 2009 07:12:27 +0000 (20 02:12 -0500)
treead93a61d0b0f9bbdefb49b24281ccc016d3023e4
parent73ce113fd58c61ff783258e66910aa4a04807819
Fixed incorrect zlib check

... since zlib doesn't support pkg-config on most systems yet.

Changed configure.ac to use AC_CHECK_LIB, and added a --with-zlib
configure option which will cause configure to halt if zlib is not
available.  Added --with-zlib to binary package builds, and to build
test script.
ChangeLog
configure.ac
debian/rules
rpm/barry.spec
test/buildtest.sh