configure: Use libiconv on systems that lack built-in iconv

Signed-off-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
James Almer 2013-02-20 22:35:59 -03:00 committed by Michael Niedermayer
parent 82a4a4e7ca
commit 67b3fcf655
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3726,7 +3726,7 @@ check_func getopt
check_func getrusage
check_struct "sys/time.h sys/resource.h" "struct rusage" ru_maxrss
check_func gettimeofday
check_func iconv
check_func iconv || check_lib2 iconv.h iconv -liconv
check_func inet_aton $network_extralibs
check_func isatty
check_func localtime_r