Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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=""