[totem-pl-parser] Remove now unneeded zlib configure check



commit 9cfbff6598869ff46b5d7e064587df621cae0378
Author: Sebastian Dröge <sebastian droege collabora co uk>
Date:   Thu May 6 13:01:00 2010 +0200

    Remove now unneeded zlib configure check

 configure.in |    6 ------
 1 files changed, 0 insertions(+), 6 deletions(-)
---
diff --git a/configure.in b/configure.in
index d2249c0..3490731 100644
--- a/configure.in
+++ b/configure.in
@@ -106,12 +106,6 @@ PKG_CHECK_MODULES(TOTEM_PLPARSER, [$pkg_modules])
 AC_SUBST(TOTEM_PLPARSER_CFLAGS)
 AC_SUBST(TOTEM_PLPARSER_LIBS)
 
-dnl Check for zlib
-oldLibs=$LIBS
-AC_CHECK_HEADER(zlib.h, , AC_MSG_ERROR([zlib development headers are required to compile totem-pl-parser]))
-AC_CHECK_LIB(z, zlibVersion, , AC_MSG_ERROR([zlib development headers are required to compile totem-pl-parser]))
-LIBS=$oldLibs
-
 PKG_CHECK_MODULES([TOTEM_PLPARSER_MINI], [gio-2.0])
 
 GNOME_COMMON_INIT



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]