build: fix iconv detection on some systems.

This at least fix the build on CentOS.
This commit is contained in:
Clément Bœsch 2013-02-27 20:58:48 +01:00
parent 13811b19d6
commit 2ecf564f94
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -3765,7 +3765,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_lib2 iconv.h iconv -liconv
check_func_headers iconv.h iconv || check_lib2 iconv.h iconv -liconv
check_func inet_aton $network_extralibs
check_func isatty
check_func localtime_r