From d6390090c4dbd766b77353553d9cb4fb4fb41ebd Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 24 Mar 2017 20:24:08 +0100 Subject: configure: Skip check for inline assembly capabilities when explicitly disabled Otherwise inline assembly may get enabled when disabled on the command line. --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 366520cf96..d9609fc51a 100755 --- a/configure +++ b/configure @@ -4251,7 +4251,7 @@ EOF sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }') extern_prefix=${sym%%ff_extern*} -check_inline_asm inline_asm '"" ::' +! disabled inline_asm && check_inline_asm inline_asm '"" ::' _restrict= for restrict_keyword in restrict __restrict__ __restrict; do -- cgit v1.2.3