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 eb5dfd1f2..49c0ddfdd 100644 --- a/auto/lib/md5/conf +++ b/auto/lib/md5/conf @@ -20,12 +20,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 |
