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:
authorMike Frysinger <vapier@gentoo.org>2022-02-02 02:13:53 +0300
committerMike Frysinger <vapier@gentoo.org>2022-02-02 02:13:53 +0300
commit38755463e5b302a53eb282930f4871726a2b834f (patch)
tree02e25b9824ca6f49cfd44b5507a4e3dfab3bf08f /newlib/configure.ac
parent544637b21b016138f86130a5cb4de8763e975a58 (diff)
newlib: delete unused iconvdata subdir config
Since commit dcbff9eea71d06454e7d55d6b7e72672c0987d6d ("newlib: merge iconvdata into top-level Makefile"), there is no configure script in the iconvdata/ subdir, so this call will just issue a warning and not do anything useful. Punt it.
Diffstat (limited to 'newlib/configure.ac')
-rw-r--r--newlib/configure.ac1
1 files changed, 0 insertions, 1 deletions
diff --git a/newlib/configure.ac b/newlib/configure.ac
index 5c38fc5b5..c164e5a64 100644
--- a/newlib/configure.ac
+++ b/newlib/configure.ac
@@ -350,7 +350,6 @@ AM_CONDITIONAL(HAVE_MULTISUBDIR, test x$have_multisubdir = xyes)
HAVE_ICONVDATA=false
case $host in
i[[34567]]86-pc-linux-*)
- AC_CONFIG_SUBDIRS(iconvdata)
HAVE_ICONVDATA=true
;;
esac