Lines Matching refs:HAVE_LIBZ
1414 HAVE_LIBZ="1"
1417 if test -z "$HAVE_LIBZ"; then
1425 HAVE_LIBZ="1"
1448 if test "$HAVE_LIBZ" != "1"; then
1452 HAVE_LIBZ="1"
1469 if test "$HAVE_LIBZ" = "1" && test "$HAVE_ZLIB_H" != "1"; then
1471 HAVE_LIBZ=""
1476 elif test "$HAVE_LIBZ" != "1" && test "$HAVE_ZLIB_H" = "1"; then
1482 elif test "$HAVE_LIBZ" = "1" && test "$HAVE_ZLIB_H" = "1"; then
1484 AC_SUBST(HAVE_LIBZ) subst
1485 AC_DEFINE(HAVE_LIBZ, 1, [if zlib is available]) definition
1488 dnl replace 'HAVE_LIBZ' in the automake makefile.ams
1497 AM_CONDITIONAL(HAVE_LIBZ, test x"$AMFIXLIB" = x1) condition
5160 if test "x$HAVE_LIBZ" = "x1"; then