build: move --with-intl to intl optgroup
authorJohan Bergström <bugs@bergstroem.nu>
Tue, 12 May 2015 03:42:54 +0000 (13:42 +1000)
committerJohan Bergström <bugs@bergstroem.nu>
Wed, 13 May 2015 00:59:56 +0000 (10:59 +1000)
PR-URL: https://github.com/iojs/io.js/pull/1680
Reviewed-By: Rod Vagg <rod@vagg.org>
configure

index ec74149..49613ef 100755 (executable)
--- 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',