diff --git a/configure b/configure index e3610e55c1..cc3f7cb127 100755 --- a/configure +++ b/configure @@ -1411,7 +1411,7 @@ EOF # As 'i' is stored on the stack, this program will crash # if the base pointer is used to access it because the # base pointer is cleared in the inline assembly code. - check_exec <>$logfile 2>&1 && enable ebp_available int main(){ volatile int i=0; asm volatile (