# HG changeset patch # User Maxim Dounin # Date 1677165353 -10800 # Node ID 9bcc5cc94ff4e0fd6937555e4640119779377628 # Parent cffaf3f2eec8fd33605c2a37814f5ffc30371989 Win32: removed unneeded wildcard in NGX_CC_NAME test for msvc. Wildcards for msvc in NGX_CC_NAME tests are not needed since 78f8ac479735. diff --git a/auto/cc/conf b/auto/cc/conf --- 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