File EMBOSS-6.6.0-system-zlib.patch of Package EMBOSS
Index: EMBOSS-6.6.0/configure.in
===================================================================
--- EMBOSS-6.6.0.orig/configure.in
+++ EMBOSS-6.6.0/configure.in
@@ -825,7 +825,7 @@ AC_ARG_ENABLE([systemlibs],
AM_CONDITIONAL([ESYSTEMLIBS], [test "x${enable_systemlibs}" = "xyes"])
AM_COND_IF([ESYSTEMLIBS], AC_CHECK_LIB(pcre, pcre_compile))
AM_COND_IF([ESYSTEMLIBS], AC_CHECK_LIB(expat, XML_ParserCreate))
-
+AM_COND_IF([ESYSTEMLIBS], AC_CHECK_LIB(z, compress))
# Enable the purify tool: --enable-purify, sets CC and LIBTOOL
@@ -974,7 +974,6 @@ AC_CONFIG_FILES([Makefile
ajax/core/Makefile
ajax/ensembl/Makefile
ajax/graphics/Makefile
- ajax/zlib/Makefile
doc/Makefile
doc/manuals/Makefile
doc/programs/Makefile