Commit 2ecf564f authored by Clément Bœsch's avatar Clément Bœsch

build: fix iconv detection on some systems.

This at least fix the build on CentOS.
parent 13811b19
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment