Skip to content

Commit

Permalink
Check for zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Harris committed Sep 22, 2009
1 parent ce27e3a commit c3cb68c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions configure
Expand Up @@ -32,6 +32,7 @@ pkg-config --exists glib-2.0 && pass "glib2 installed" || fail "no glib2 devel s
test -e "`which pcre-config`" && pass "pcre installed" || fail "no pcre devel system installed"
libtest "ncurses"
libtest "readline" "-lncurses"
libtest "z"
pkg-config --exists avahi-glib avahi-client && pass "avahi installed" || ( test -e /usr/include/dns_sd.h && pass "dns_sd installed" || optfail "no mDNS library, will build without cluster support" )

rm -f /tmp/configure-$$.*

0 comments on commit c3cb68c

Please sign in to comment.