Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-04-02 20:26:17 +0400
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>2010-04-02 20:26:17 +0400
commit3530b5e7c25858bc50b7e2d0f3751a170aee184f (patch)
tree0ee54617f6f88b279068152209a85367d38785ac /support
parent455d6eaecab8bf7673fed719d8a39a5253c7adf4 (diff)
revert openbsd patch
svn path=/trunk/mono/; revision=154732
Diffstat (limited to 'support')
-rw-r--r--support/Makefile.am4
1 files changed, 2 insertions, 2 deletions
diff --git a/support/Makefile.am b/support/Makefile.am
index 1646ca103e3..a205ad9e663 100644
--- a/support/Makefile.am
+++ b/support/Makefile.am
@@ -92,10 +92,10 @@ ZLIB_SOURCES = \
if HAVE_ZLIB
Z_SOURCE = zlib-helper.c
-Z_LIBS= -lz $(GLIB_LIBS)
+Z_LIBS= -lz
else
Z_SOURCE = zlib-helper.c $(ZLIB_SOURCES)
-Z_LIBS= $(GLIB_LIBS)
+Z_LIBS=
endif
libMonoPosixHelper_la_SOURCES = \