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 <rod@vagg.org>
  • Loading branch information
jbergstroem authored and Fishrock123 committed May 19, 2015
1 parent 91da332 commit f6d7de1
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 f6d7de1

Please sign in to comment.