Index: configure.ac =================================================================== RCS file: /cvs/poppler/poppler/configure.ac,v retrieving revision 1.58 diff -p -u -u -p -r1.58 configure.ac --- configure.ac 3 Aug 2006 10:34:52 -0000 1.58 +++ configure.ac 6 Aug 2006 19:23:10 -0000 @@ -80,11 +80,9 @@ if test "$xpdf_cv_func_fseek64" = yes -a fi dnl Test for zlib -AC_ARG_ENABLE(zlib, - AC_HELP_STRING([--disable-zlib], - [Don't build against zlib.]), - enable_zlib=$enableval, - enable_zlib="no") +AC_ARG_ENABLE([zlib], + [AS_HELP_STRING([--enable-zlib],[Build with zlib])], + [],[enable_zlib="no"]) if test x$enable_zlib = xyes; then AC_CHECK_LIB([z], [inflate],, AC_MSG_ERROR("*** zlib library not found ***"))