diff auto/os/conf @ 2828:f5c80c69a72e

backout -r2827 and add correct fix
author Igor Sysoev <igor@sysoev.ru>
date Sun, 10 May 2009 19:49:14 +0000
parents af09c0a26ed6
children d620f497c50f
line wrap: on
line diff
--- a/auto/os/conf
+++ b/auto/os/conf
@@ -22,7 +22,7 @@ case "$NGX_PLATFORM" in
         . auto/os/darwin
     ;;
 
-    win32 | MINGW32_* )
+    win32)
         . auto/os/win32
     ;;