diff options
Diffstat (limited to 'auto/lib/md5/conf')
| -rw-r--r-- | auto/lib/md5/conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/auto/lib/md5/conf b/auto/lib/md5/conf index 623986f0f..27fd64127 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -17,12 +17,12 @@ if [ $MD5 != NONE ]; then case "$NGX_CC_NAME" in - msvc | owc | bcc) + msvc* | owc* | bcc) LINK_DEPS="$LINK_DEPS $MD5/md5.lib" CORE_LIBS="$CORE_LIBS $MD5/md5.lib" ;; - icc) + icc*) LINK_DEPS="$LINK_DEPS $MD5/libmd5.a" # to allow -ipo optimization we link with the *.o but not library |
