summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxim Dounin <mdounin@mdounin.ru>2023-02-23 18:15:53 +0300
committerMaxim Dounin <mdounin@mdounin.ru>2023-02-23 18:15:53 +0300
commit504ca566861dde3d20a558fc02c7066e9bb54bfd (patch)
tree8964cd7f643067bb1bb4a95c5bda19758db067ee
parent2485681308bd8d3108da31546cb91bb97813a3fb (diff)
downloadnginx-504ca566861dde3d20a558fc02c7066e9bb54bfd.tar.gz
Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.
Wildcards for msvc in NGX_CC_NAME tests are not needed since 78f8ac479735.
-rw-r--r--auto/cc/conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/cc/conf b/auto/cc/conf
index afbca62bc..ba31cb88c 100644
--- a/auto/cc/conf
+++ b/auto/cc/conf
@@ -117,7 +117,7 @@ else
. auto/cc/acc
;;
- msvc*)
+ msvc)
# MSVC++ 6.0 SP2, MSVC++ Toolkit 2003
. auto/cc/msvc