From 235c68df9c7ae4678acabdec2e553bd8d687deb5 Mon Sep 17 00:00:00 2001 From: Michael Olbrich Date: Fri, 26 May 2017 20:15:30 +0200 Subject: configure_helper: improve parsing python3 configure file Signed-off-by: Michael Olbrich --- scripts/configure_helper.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/configure_helper.py b/scripts/configure_helper.py index 7923aeae8..ff7db9250 100755 --- a/scripts/configure_helper.py +++ b/scripts/configure_helper.py @@ -127,7 +127,7 @@ def blacklist_hit(name, blacklist): return True return False -parse_args_re = re.compile("--((enable|disable|with|without)-)?\[?([^\[=]*)(([\[=]*)([^]]*)]?)?") +parse_args_re = re.compile("--((enable|disable|with|without|with\(out\))-)?\[?([^\[=]*)(([\[=]*)([^]]*)]?)?") def parse_configure_args(args, blacklist): ret = [] for arg in args: -- cgit v1.2.3