Hi,

This patch is part of an effort in Debian to reduce unneded dependencies
in packages by reducing unneeded linked libraries.


2006-10-21  Guillem Jover  <[EMAIL PROTECTED]>

        * configure.ac (AC_CHECK_LIB): Remove check for unused libz.


Index: configure.ac
===================================================================
RCS file: /sources/inetutils/inetutils/configure.ac,v
retrieving revision 1.30
diff -u -r1.30 configure.ac
--- configure.ac        12 Oct 2006 09:53:22 -0000      1.30
+++ configure.ac        21 Oct 2006 10:46:22 -0000
@@ -136,7 +136,6 @@
 AC_CHECK_LIB(resolv, gethostname)
 AC_CHECK_LIB(socket, getpeername)
 AC_CHECK_LIB(opie, opiegenerator)
-AC_CHECK_LIB(z, gzdopen)
 
 # See if a termcap library is available (under one of several names)
 IU_LIB_TERMCAP


_______________________________________________
Bug-inetutils mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-inetutils

Reply via email to