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