0
0
mirror of https://github.com/nodejs/node.git synced 2024-11-24 20:29:23 +01:00

build: move --with-intl to intl optgroup

PR-URL: https://github.com/iojs/io.js/pull/1680
Reviewed-By: Rod Vagg <rod@vagg.org>
This commit is contained in:
Johan Bergström 2015-05-12 13:42:54 +10:00
parent c58264e58b
commit 20c9a52227

2
configure vendored
View File

@ -237,7 +237,7 @@ parser.add_option('--with-etw',
dest='with_etw',
help='build with ETW (default is true on Windows)')
parser.add_option('--with-intl',
intl_optgroup.add_option('--with-intl',
action='store',
dest='with_intl',
default='none',