From 8933b795003f8ad202fce6e553191be8932a37b6 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Fri, 30 May 2008 19:56:10 +0000 Subject: zlib support --- configure.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'configure.in') diff --git a/configure.in b/configure.in index e4ec169..257549e 100644 --- a/configure.in +++ b/configure.in @@ -65,7 +65,7 @@ AC_DEFUN([KDE_FIND_PATH], AC_MSG_CHECKING([host type]) case "$host" in *-*-mingw*) - HOST_LIBS="-lws2_32" + HOST_LIBS="-lws2_32 -lz" HOST_GL_LIBS="-lopengl32 -lglu32" HOST_AL_LIBS="-lOpenAL32" ICON_CLIENT="osirion-res.o" @@ -73,7 +73,7 @@ case "$host" in AC_MSG_RESULT(win32) ;; *) - HOST_LIBS="" + HOST_LIBS="-lz" HOST_GL_LIBS="-lGL -lGLU" HOST_AL_LIBS="-lopenal" ICON_CLIENT="" -- cgit v1.2.3