summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohan Bergström <bugs@bergstroem.nu>2015-05-12 13:42:54 +1000
committerJohan Bergström <bugs@bergstroem.nu>2015-05-13 10:59:56 +1000
commit20c9a52227c2e4da2b7c151d8150be0e91f35256 (patch)
treeb12377ebea20142ff9c5d7d45deadab65294b55f
parentc58264e58bca19a6a11314629bb93c10cddac7b5 (diff)
downloadnode-new-20c9a52227c2e4da2b7c151d8150be0e91f35256.tar.gz
build: move --with-intl to intl optgroup
PR-URL: https://github.com/iojs/io.js/pull/1680 Reviewed-By: Rod Vagg <rod@vagg.org>
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index ec74149627..49613ef008 100755
--- a/configure
+++ b/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',