diff --git a/configure b/configure index 1c05d71ac1..04f20e65d7 100755 --- a/configure +++ b/configure @@ -2163,7 +2163,7 @@ elif enabled x86; then EOF # check whether EBX is available on x86 - check_asm ebx_available '""::"b"(0)' + check_asm ebx_available '""::"b"(0)' && check_asm ebx_available '"":::"%ebx"' # check whether more than 10 operands are supported check_cc <