configure: Warn when inline asm is disabled for ICL

See Ticket3048

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2013-10-15 15:52:27 +02:00
parent 1120fd7852
commit 51df616909
1 changed files with 1 additions and 0 deletions

1
configure vendored
View File

@ -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