From 58ecc9cd04ffb518827c12d440681914e1679a8d Mon Sep 17 00:00:00 2001 From: =?utf8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Sun, 1 Apr 2007 11:32:08 +0000 Subject: [PATCH] run ebp register check in subshell so we can redirect crash message Originally committed as revision 8583 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index e3610e5..cc3f7cb 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 ( -- 2.7.4