From 49214f61a5071a3e5f12c3d13f13a3d8cfdbb5bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A5ns=20Rullg=C3=A5rd?= Date: Wed, 30 Sep 2009 21:38:11 +0000 Subject: [PATCH] configure: return result of test from check_asm This makes it possible to use check_asm in conditionals. Originally committed as revision 20105 to svn://svn.ffmpeg.org/ffmpeg/trunk --- configure | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/configure b/configure index 94ceb533f2..1c05d71ac1 100755 --- a/configure +++ b/configure @@ -572,7 +572,8 @@ check_asm(){ name="$1" asm="$2" shift 2 - check_as "$@" <