aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2013-02-27 20:58:48 +0100
committerClément Bœsch <ubitux@gmail.com>2013-02-27 21:00:38 +0100
commit2ecf564f94f8b638d73e957eb9594a9b781e2028 (patch)
treecdecd3894894ed9f5acf662c75ce44bf9d2a4ca2
parent13811b19d6b45e00ff739329b6fa52ba0fefef9f (diff)
downloadffmpeg-2ecf564f94f8b638d73e957eb9594a9b781e2028.tar.gz
build: fix iconv detection on some systems.
This at least fix the build on CentOS.
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index f44271511b..2f8a532125 100755
--- a/configure
+++ b/configure
@@ -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