Readd -lz to the win32 libraries.

Got lost in the newnet merge.

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@11610 4a71c877-e1ca-e34f-864e-861f7616d084
master
Christian Ohm 2010-09-04 21:20:22 +00:00 committed by Git SVN Gateway
parent fbe3dc9dbc
commit a977d77208
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ AC_ARG_ENABLE([static],
if test "x$enable_static" = "xyes" ; then
# Add libs where even pkg-config cannot help statically linking them,
# where one would otherwise have to provide them via commandline
WIN32_LIBS="${WIN32_LIBS} -lintl -liconv"
WIN32_LIBS="${WIN32_LIBS} -lz -lintl -liconv"
# Tell pkg-config to link against static libraries, incl. all dependencies
PKG_CONFIG="${PKG_CONFIG} --static"
fi