[PATCH:luit] Remove check for zlib in configure script
Alan Coopersmith
alan.coopersmith at oracle.com
Mon Aug 15 21:49:02 PDT 2011
If libfontenc needs it, it will either be linked with it or
provide -lz in its pkg-config library requirements.
Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
---
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index a36aa94..c3cd947 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,8 +40,6 @@ AC_CANONICAL_HOST
AC_CHECK_HEADERS([pty.h stropts.h sys/param.h sys/select.h])
AC_CHECK_FUNCS([select grantpt])
-AC_CHECK_LIB(z, gzopen,, AC_MSG_ERROR([zlib not found]))
-
AC_ARG_WITH(localealiasfile,
AS_HELP_STRING([--with-localealiasfile=<path>],
[The locale alias file (default: ${datadir}/X11/locale/locale.alias)]),
--
1.7.3.2
More information about the xorg-devel
mailing list