summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
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