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.ac')
-rw-r--r--newlib/configure.ac6
1 files changed, 3 insertions, 3 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 93dde7feb..13f318922 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -348,14 +348,14 @@ AM_CONDITIONAL(HAVE_DOC, test x$have_multisubdir = xno)
# subdirectory withing the build directory.
AM_CONDITIONAL(HAVE_MULTISUBDIR, test x$have_multisubdir = xyes)
-EXTRA_DIRS=
+HAVE_ICONVDATA=false
case $host in
i[[34567]]86-pc-linux-*)
AC_CONFIG_SUBDIRS(iconvdata)
- EXTRA_DIRS=iconvdata
+ HAVE_ICONVDATA=true
;;
esac
-AC_SUBST(EXTRA_DIRS)
+AM_CONDITIONAL([HAVE_ICONVDATA], $HAVE_ICONVDATA)
CRT0=
CRT0_DIR=