configure: Mention that icl does not build both static and shared libs
authorDiego Biurrun <diego@biurrun.de>
Tue, 10 Sep 2013 10:28:19 +0000 (12:28 +0200)
committerDiego Biurrun <diego@biurrun.de>
Thu, 12 Sep 2013 11:00:22 +0000 (13:00 +0200)
configure

index 3936191..e6f8b52 100755 (executable)
--- a/configure
+++ b/configure
@@ -3174,7 +3174,7 @@ case $target_os in
             # Link to the import library instead of the normal static library
             # for shared libs.
             LD_LIB='%.lib'
-            # Cannot build shared and static libs at the same time with MSVC.
+            # Cannot build both shared and static libs with MSVC or icl.
             disable static
         fi
         shlibdir_default="$bindir_default"