From 20c9a52227c2e4da2b7c151d8150be0e91f35256 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Johan=20Bergstr=C3=B6m?= Date: Tue, 12 May 2015 13:42:54 +1000 Subject: [PATCH] build: move --with-intl to intl optgroup PR-URL: https://github.com/iojs/io.js/pull/1680 Reviewed-By: Rod Vagg --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- 2.7.4