remove duplicate check for ZLIB

This commit is contained in:
Sarah Hoffmann 2012-06-26 22:19:04 +02:00
parent f52038d010
commit 80750c0a54

View File

@ -21,9 +21,6 @@ AC_PROG_CXX
dnl pthread
AX_PTHREAD([], [AC_MSG_ERROR([pthread library required])])
dnl check for zlib library
AX_CHECK_ZLIB
dnl Check for Geos library
AX_LIB_GEOS
if test "x$GEOS_VERSION" = "x"