configure: arm: make _inline arch ext symbols depend on inline_asm
authorMans Rullgard <mans@mansr.com>
Mon, 3 Dec 2012 01:36:49 +0000 (01:36 +0000)
committerMans Rullgard <mans@mansr.com>
Fri, 7 Dec 2012 16:54:03 +0000 (16:54 +0000)
This makes --disable-inline-asm work as expected.

Signed-off-by: Mans Rullgard <mans@mansr.com>
configure

index 42975e1..3150818 100755 (executable)
--- a/configure
+++ b/configure
@@ -1392,6 +1392,8 @@ armvfp_deps="arm"
 neon_deps="arm"
 vfpv3_deps="armvfp"
 
+map 'eval ${v}_inline_deps=inline_asm' $ARCH_EXT_LIST_ARM
+
 altivec_deps="ppc"
 ppc4xx_deps="ppc"