dnl Eggdrop compile-time configuration file for src/mod/compress.mod dnl dnl $Id: configure.in,v 1.3 2001/06/28 19:04:28 guppy Exp $ dnl This file is based on the autoconf m4 macros. Special eggdrop dnl macros are used to optimise the size of the resulting configure dnl script `./configure'. Run `../eggautoconf' to update that dnl script. You need to have the GNU autoconf package installed dnl though. dnl Instead of AC_INIT, we call EGG_INIT(). sinclude(../eggmod.m4) EGG_INIT(compress.c) AC_CONFIG_HEADER(compress_config.h) AC_PROG_CC AC_CHECK_LIB(z, gzopen, ZLIB="-lz", ) AC_CHECK_HEADER(zlib.h) # Disable the module if either the header file or the library # are missing. if test "x${ZLIB}" = x; then cat >&2 <&2 <