VLC cannot work properly without libiconv

This commit is contained in:
Rémi Denis-Courmont 2005-08-08 15:50:32 +00:00
parent 30ec47f86a
commit ef6edbf207
1 changed files with 2 additions and 0 deletions

View File

@ -231,6 +231,8 @@ XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS"
dnl
dnl Iconv stuff
dnl
AS_IF([test "$am_cv_func_iconv" != "yes"],
[AC_MSG_ERROR([libiconv is needed for VLC to work properly])])
VLC_ADD_CFLAGS([vlc],[${INCICONV}])
VLC_ADD_LDFLAGS([vlc],[${LIBICONV}])