View | Details | Raw Unified | Return to bug 788 | Differences between
and this patch

Collapse All | Expand All

(-)configure.ac (+1 lines)
Lines 588-593 Link Here
588
)
588
)
589
589
590
AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first or check config.log ***]))
590
AC_CHECK_LIB(z, deflate, ,AC_MSG_ERROR([*** zlib missing - please install first or check config.log ***]))
591
AC_CHECK_HEADER([zlib.h], ,AC_MSG_ERROR([*** zlib.h missing - please install first or check config.log ***]))
591
592
592
dnl UnixWare 2.x
593
dnl UnixWare 2.x
593
AC_CHECK_FUNC(strcasecmp,
594
AC_CHECK_FUNC(strcasecmp,

Return to bug 788