summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-18 17:03:44 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2011-02-18 17:03:44 -0800
commit031adc7a5843e3c803514c1514131db80ad4010c (patch)
tree940aa66e69d6bc8a77f1e83c1deb9383842815e0
parent47cc0e29570317516aec0dcee9c6ed8003b1b11d (diff)
Don't link directly against libz
lbxproxy doesn't call libz directly, it calls liblbxutil functions, so gets libz as a dependency of liblbxutil either via ELF shared object dependencies or pkg-config Libs.private for static links. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--configure.ac2
1 files changed, 0 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index a53dd96..ee6c53a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -67,8 +67,6 @@ CFLAGS="${save_CFLAGS}"
# Transport selection macro from xtrans.m4
XTRANS_CONNECTION_FLAGS
-AC_CHECK_LIB(z,deflate)
-
XORG_MANPAGE_SECTIONS
XORG_RELEASE_VERSION
XORG_CHANGELOG