From cb6c508ce63457e57d11fa434f6f26f3e9c789b8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Denis-Courmont?= <rdenis@simphalempin.com> Date: Sun, 6 Jul 2008 00:26:24 +0300 Subject: [PATCH] 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 :) ) --- configure.ac | 2 -- 1 file changed, 2 deletions(-) diff --git a/configure.ac b/configure.ac index f709a9a0f3a4..0e29a396b1b4 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}]) -- GitLab