]> git.sesse.net Git - vlc/commitdiff
VLC cannot work properly without libiconv
authorRémi Denis-Courmont <rem@videolan.org>
Mon, 8 Aug 2005 15:50:32 +0000 (15:50 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Mon, 8 Aug 2005 15:50:32 +0000 (15:50 +0000)
configure.ac

index 3ad5d77398e764ab528e3e4df42f0225f1ecbcd5..769b5ff1001f3263345feb8c64b32799554368dd 100644 (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}])