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

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2017-06-13 15:07:47 +0300
committerAnna Henningsen <anna@addaleax.net>2017-07-18 20:56:42 +0300
commitc9723648480f7e1071b38ab9f5de3d2bbf7a0ba3 (patch)
treeef0243fb60f600e0669f971dbb8352ef8dd80411 /configure
parent16f2600ecf13e01424504e8d0eb33c62fb6db720 (diff)
build: remove dependency on icu io library
The library is only used in a single build-time tool where it can be easily substituted by regular libc I/O functions. PR-URL: https://github.com/nodejs/node/pull/13656 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 0 insertions, 1 deletions
diff --git a/configure b/configure
index 1c8fa6b7db5..ee40b6c326d 100755
--- a/configure
+++ b/configure
@@ -1284,7 +1284,6 @@ def configure_intl(o):
'stubdata': 'stubdata',
'common': 'common',
'i18n': 'i18n',
- 'io': 'io',
'tools': 'tools/toolutil',
'genccode': 'tools/genccode',
'genrb': 'tools/genrb',