Commit ef6edbf2 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

VLC cannot work properly without libiconv

parent 30ec47f8
...@@ -231,6 +231,8 @@ XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS" ...@@ -231,6 +231,8 @@ XGETTEXT="${XGETTEXT} --keyword=_NS --keyword=_ANS"
dnl dnl
dnl Iconv stuff dnl Iconv stuff
dnl 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_CFLAGS([vlc],[${INCICONV}])
VLC_ADD_LDFLAGS([vlc],[${LIBICONV}]) VLC_ADD_LDFLAGS([vlc],[${LIBICONV}])
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment