From 5c97c436fb78751aa048ff956c638231e1fb2ef7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Bergstr=C3=B6m?= Date: Tue, 12 May 2015 13:42:54 +1000 Subject: [PATCH] build: move --with-intl to intl optgroup --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ec74149627fcc1..49613ef008e400 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',