From 12b7d6cf53eda55af59daa4f64a5a7e5a2479cf0 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 13 Aug 2009 11:53:42 +0200 Subject: [PATCH] Force -lz on fretype. --- configure.ac | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 1ad81788a4..5539916243 100644 --- a/configure.ac +++ b/configure.ac @@ -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 -- 2.39.5