From d65849cff733999fac0b531ed922e35afe6eb046 Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 28 Apr 2010 17:52:55 -0400 Subject: [PATCH] ecore: helped to find iconv when using libiconv, needed for ecore-txt --- e17/ecore/ecore.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/e17/ecore/ecore.conf b/e17/ecore/ecore.conf index f6dadb1f0..e51f4b849 100644 --- a/e17/ecore/ecore.conf +++ b/e17/ecore/ecore.conf @@ -25,5 +25,10 @@ for x in libx11:x mesa:evas-gl; do fi done +# help it to detect libiconv so we can get ecore-txt +if pkginstalled libiconv; then + var_append configcache ' ' ac_cv_lib_iconv_iconv=yes +fi + # work around to always utilize other e17 headers and libs ... var_append CC_WRAPPER_APPEND " " "-I$includedir -L$libdir"