From: Jaroslav Kysela Date: Mon, 13 Nov 2017 12:57:24 +0000 (+0100) Subject: configure: print iconv selection explanation X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6f64e2189c7b98272031b2f43a64096e18e977c0;p=thirdparty%2Ftvheadend.git configure: print iconv selection explanation --- diff --git a/configure b/configure index 645ec494f..9a5bfe4bc 100755 --- a/configure +++ b/configure @@ -275,6 +275,12 @@ int test(void) } ' -liconv +if enabled libiconv; then + printf " ^ using external iconv library\n" +else + printf " ^ using build-in glibc iconv routines\n" +fi + if enabled_or_auto dvben50221; then check_cc_snippet libdvben50221 ' #include