[vlc-devel] commit: configure: do not require iconv ( Rémi Denis-Courmont )
git version control
git at videolan.org
Sat Jul 5 23:31:48 CEST 2008
vlc | branch: master | Rémi Denis-Courmont <rdenis at simphalempin.com> | Sun Jul 6 00:26:24 2008 +0300| [cb6c508ce63457e57d11fa434f6f26f3e9c789b8]
configure: do not require iconv
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 :) )
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=cb6c508ce63457e57d11fa434f6f26f3e9c789b8
---
configure.ac | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/configure.ac b/configure.ac
index f709a9a..0e29a39 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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}])
More information about the vlc-devel
mailing list