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:
authorJeff Johnston <jjohnstn@redhat.com>2003-05-31 01:47:40 +0400
committerJeff Johnston <jjohnstn@redhat.com>2003-05-31 01:47:40 +0400
commit102861c9a6bf740801e08939a975ab97c9ede26c (patch)
treedefe20533b49a436d57e09b1f7fea8a941a70b27 /newlib/configure.in
parentad767835c919d73202271483dfba2b185e2219ed (diff)
2003-05-30 Kelley Cook <kelleycook@wideopenwest.com>
* configure.host: Allow i[34567]86 variant. * configure.in: Likewise. * README: Likewise to the docs. * configure: Regenerated. * Makefile.in: Ditto.
Diffstat (limited to 'newlib/configure.in')
-rw-r--r--newlib/configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/configure.in b/newlib/configure.in
index 34dcb8643..faf4aa2f3 100644
--- a/newlib/configure.in
+++ b/newlib/configure.in
@@ -52,7 +52,7 @@ AM_CONDITIONAL(HAVE_DOC, test x$have_doc = xyes)
EXTRA_DIRS=
case $host in
- i[3456]86-pc-linux-*)
+ i[[34567]]86-pc-linux-*)
configdirs="${configdirs} iconvdata"
EXTRA_DIRS=iconvdata
;;