Skip to content

Commit 20c9a52

Browse files
committed
build: move --with-intl to intl optgroup
PR-URL: #1680 Reviewed-By: Rod Vagg <rod@vagg.org>
1 parent c58264e commit 20c9a52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

+1-1
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,7 @@ parser.add_option('--with-etw',
237237
dest='with_etw',
238238
help='build with ETW (default is true on Windows)')
239239

240-
parser.add_option('--with-intl',
240+
intl_optgroup.add_option('--with-intl',
241241
action='store',
242242
dest='with_intl',
243243
default='none',

0 commit comments

Comments
 (0)