From 8f5e873c4e3c677876eacc6649740c2a8b971b0f Mon Sep 17 00:00:00 2001 From: Alexander Strange Date: Sat, 10 Dec 2011 02:40:36 -0500 Subject: [PATCH 6/6] Workaround hang issue in configure --- configure | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/configure b/configure index a0dc6e0..42bd02f 100755 --- a/configure +++ b/configure @@ -2718,17 +2718,7 @@ elif enabled x86; then enable local_aligned_8 local_aligned_16 - # check whether EBP is available on x86 - # 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_crash <