summaryrefslogtreecommitdiff
path: root/config_host.mk.in
diff options
context:
space:
mode:
authorDavid Tardon <dtardon@redhat.com>2012-03-19 09:10:06 +0100
committerDavid Tardon <dtardon@redhat.com>2012-03-19 09:22:51 +0100
commit9339da8659d0807bb8306a670facacc55821aca0 (patch)
tree438c9d6f9730144431b9b167cbe39c3a9d8cb17f /config_host.mk.in
parentdd875e4f6a7b6c6bea7121f701821d7c7ba7f6d0 (diff)
mingw: check for system iconv dll
libxslt in Fedora mingw packages depends on it.
Diffstat (limited to 'config_host.mk.in')
-rw-r--r--config_host.mk.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/config_host.mk.in b/config_host.mk.in
index 050417ebbb71..002ff8e24f97 100644
--- a/config_host.mk.in
+++ b/config_host.mk.in
@@ -292,6 +292,7 @@ export MINGW_GRAPHITE2_DLL=@MINGW_GRAPHITE2_DLL@
export MINGW_GXXDLL=@MINGW_GXXDLL@
export MINGW_HUNSPELL_DLL=@MINGW_HUNSPELL_DLL@
export MINGW_HYPHEN_DLL=@MINGW_HYPHEN_DLL@
+export MINGW_ICONV_DLL=@MINGW_ICONV_DLL@
export MINGW_ICUDATA_DLL=@MINGW_ICUDATA_DLL@
export MINGW_ICUI18N_DLL=@MINGW_ICUI18N_DLL@
export MINGW_ICUUC_DLL=@MINGW_ICUUC_DLL@