]> git.ipfire.org Git - thirdparty/tvheadend.git/commitdiff
configure: explain more libiconv check
authorJaroslav Kysela <perex@perex.cz>
Sat, 22 Apr 2017 19:52:25 +0000 (21:52 +0200)
committerJaroslav Kysela <perex@perex.cz>
Mon, 24 Apr 2017 14:55:26 +0000 (16:55 +0200)
configure

index 3a266ed7be7e3df10c13cced40d498d41d59549e..80e2b26942ddf4ade7c13500728c913700b5ddde 100755 (executable)
--- a/configure
+++ b/configure
@@ -252,6 +252,9 @@ int test(void)
 }
 '
 
+# a check for the external iconv library
+# for build-in libc iconv routines this check should fail
+# note that iconv routines are mandatory
 check_cc_snippet libiconv '
 #include <iconv.h>
 int test(void)