From: Johan Bergström Date: Tue, 12 May 2015 03:42:54 +0000 (+1000) Subject: build: move --with-intl to intl optgroup X-Git-Tag: v2.0.2~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=20c9a52227c2e4da2b7c151d8150be0e91f35256;p=platform%2Fupstream%2Fnodejs.git build: move --with-intl to intl optgroup PR-URL: https://github.com/iojs/io.js/pull/1680 Reviewed-By: Rod Vagg --- diff --git a/configure b/configure index ec74149..49613ef 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',