Skip to content

Commit

Permalink
build: move --with-intl to intl optgroup
Browse files Browse the repository at this point in the history
PR-URL: #1680
Reviewed-By: Rod Vagg <[email protected]>
  • Loading branch information
jbergstroem committed May 13, 2015
1 parent c58264e commit 20c9a52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configure
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 20c9a52

Please sign in to comment.