diff --git a/configure b/configure
index 96b99b0501ad2575606a19447f57663943b865c6..9b0b95a69e7fe9f0bd3bbc10666aa3befe0f2f37 100755
--- a/configure
+++ b/configure
@@ -4357,6 +4357,7 @@ EOF
 .object_arch armv4
 EOF
 
+    # MS armasm fails to assemble our PIC constructs
     [ $target_os != win32 ] && enabled_all armv6t2 shared !pic && enable_weak_pic
 
 elif enabled mips; then