Author: Reiner Herrmann <reiner@reiner-h.de>
Description: Disable zlib support
 Since autoreconf is enabled, config.h.in is regenerated and enables zlib
 support by default.
 This enabled a code path that does not compile as it requires a cups-private
 symbol: _cupsStrScand.
 It is disabled here now, as it was also disabled in the past and in upstream's
 default configuration.
Forwarded: not-needed


--- a/configure.ac
+++ b/configure.ac
@@ -309,7 +309,6 @@
 
 AC_DEFINE([HAVE_LIBJPEG], [], [libjpeg support])
 AC_DEFINE([HAVE_LIBPNG], [], [libpng support])
-AC_DEFINE([HAVE_LIBZ], [], [libz support])
 
 LIBS="$NEWLIBS $LIBS"
 
