From 24d5680bbc01fc124709d522d348572ad4672563 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Fri, 20 Jan 2017 15:30:36 +0100 Subject: [PATCH] configure: Simplify inline asm check with appropriate helper function --- configure | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/configure b/configure index 79898184c2..4a8d04d210 100755 --- a/configure +++ b/configure @@ -4183,9 +4183,7 @@ EOF sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }') extern_prefix=${sym%%ff_extern*} -check_cc <