]> git.sesse.net Git - vlc/commitdiff
configure: do not require iconv
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 5 Jul 2008 21:26:24 +0000 (00:26 +0300)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Sat, 5 Jul 2008 21:26:24 +0000 (00:26 +0300)
On Windows, we use the Win32 for Unicode conversion. On OSX, we don't
even need to convert (and probably not on recent Linux distros either,
but they all have iconv anyway :) )

configure.ac

index f709a9a0f3a4e9e17e194fcb246717d017694a1d..0e29a396b1b4e776f1c562ed0f52b0e58f6661a2 100644 (file)
@@ -431,8 +431,6 @@ dnl
 dnl Iconv stuff
 dnl
 AM_ICONV
-AS_IF([test "$am_cv_func_iconv" != "yes"],
-       [AC_MSG_ERROR([libiconv is needed for VLC to work properly])])
 VLC_ADD_CFLAGS([libvlc],[${INCICONV}])
 VLC_ADD_LIBS([libvlc],[${LTLIBICONV}])