Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/configure.in')
-rw-r--r--newlib/configure.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index 255802798..34dcb8643 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -51,6 +51,12 @@ fi
AM_CONDITIONAL(HAVE_DOC, test x$have_doc = xyes)
EXTRA_DIRS=
+case $host in
+ i[3456]86-pc-linux-*)
+ configdirs="${configdirs} iconvdata"
+ EXTRA_DIRS=iconvdata
+ ;;
+esac
AC_SUBST(EXTRA_DIRS)
# These get added in the top-level configure.in, except in the case where