[nginx] Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.

Sergey Kandaurov pluknet at nginx.com
Fri Feb 24 10:32:36 UTC 2023


details:   https://hg.nginx.org/nginx/rev/9bcc5cc94ff4
branches:  
changeset: 8126:9bcc5cc94ff4
user:      Maxim Dounin <mdounin at mdounin.ru>
date:      Thu Feb 23 18:15:53 2023 +0300
description:
Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc.

Wildcards for msvc in NGX_CC_NAME tests are not needed since 78f8ac479735.

diffstat:

 auto/cc/conf |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r cffaf3f2eec8 -r 9bcc5cc94ff4 auto/cc/conf
--- a/auto/cc/conf	Thu Feb 02 23:38:48 2023 +0300
+++ b/auto/cc/conf	Thu Feb 23 18:15:53 2023 +0300
@@ -117,7 +117,7 @@ else
             . auto/cc/acc
         ;;
 
-        msvc*)
+        msvc)
             # MSVC++ 6.0 SP2, MSVC++ Toolkit 2003
 
             . auto/cc/msvc


More information about the nginx-devel mailing list