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
Родитель c58264e58b
Коммит 20c9a52227
1 изменённых файлов: 1 добавлений и 1 удалений

2
configure поставляемый
Просмотреть файл

@ -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',