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>
pull/10/head
James Almer 12 years ago committed by Michael Niedermayer
parent 82a4a4e7ca
commit 67b3fcf655
  1. 2
      configure

2
configure vendored

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

Loading…
Cancel
Save