]> git.sesse.net Git - vlc/commitdiff
Force -lz on fretype.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Aug 2009 09:53:42 +0000 (11:53 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Aug 2009 09:53:42 +0000 (11:53 +0200)
configure.ac

index 1ad81788a430a9f0f002f5912499ac1a4a3874b1..5539916243f326ec15ba63bd5f5f5b63a3d5be6a 100644 (file)
@@ -3703,7 +3703,7 @@ then
       VLC_ADD_LIBS([freetype skins2],[${FREETYPE_LIBS}])
       if test "${SYS}" = "mingw32"; then
         VLC_ADD_LIBS([skins2],[-lxml2])
-        VLC_ADD_LIBS([freetype],[-liconv])
+        VLC_ADD_LIBS([freetype],[-liconv -lz])
       fi
       if test "${enable_fontconfig}" != "no"
       then