]> git.sesse.net Git - vlc/commitdiff
* configure.ac: small iconv fix.
authorGildas Bazin <gbazin@videolan.org>
Tue, 7 Sep 2004 21:28:52 +0000 (21:28 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 7 Sep 2004 21:28:52 +0000 (21:28 +0000)
configure.ac

index dd8c5f4af246190b47a20f7a6d7de28eedd8bb18..e5787233204a3d6269f256b03bcbd412aecc07e2 100644 (file)
@@ -216,6 +216,12 @@ then
             Define if you want utf8 support)
 fi
 
+dnl
+dnl Iconv stuff
+dnl
+VLC_ADD_CFLAGS([vlc],[${INCICONV}])
+VLC_ADD_LDFLAGS([vlc],[${LIBICONV}])
+
 dnl Check for the need to include the mingwex lib for mingw32
 if test "${SYS}" = "mingw32"
 then