From f730a8d68034783200481a9334a2a7455e90cdd8 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Sun, 19 Jul 2015 13:52:13 +0200 Subject: Tie static build check to --via-amalgamation, not --gen-amalgamation --gen-amalgamation does not use amalgamation in the Makefile [ci skip] --- configure.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure.py') diff --git a/configure.py b/configure.py index 3008fb85f..2e5accfd3 100755 --- a/configure.py +++ b/configure.py @@ -1895,7 +1895,7 @@ def main(argv = None): logging.info('Disabling assembly code, cannot use in amalgamation') options.asm_ok = False - if not options.build_shared_lib and not options.gen_amalgamation: + if not options.build_shared_lib and not options.via_amalgamation: raise Exception('Static build is only supported using amalgamation. ' 'Add --via-amalgamation.') -- cgit v1.2.3