From 51df6169091bfdc0b3f69b64683f11a13854803a Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Tue, 15 Oct 2013 15:52:27 +0200 Subject: [PATCH] configure: Warn when inline asm is disabled for ICL See Ticket3048 Signed-off-by: Michael Niedermayer --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index f2f555425b..1d32ca93d9 100755 --- a/configure +++ b/configure @@ -4560,6 +4560,7 @@ elif enabled_any msvc icl; then add_cflags -Qansi-alias # icl will pass the inline asm tests but inline asm is currently # not supported (build will fail) + disabled inline_asm || warn "inline asm disabled due to issues with it in ICL" disable inline_asm fi fi