diff options
| author | Igor Sysoev <igor@sysoev.ru> | 2009-05-10 19:49:14 +0000 |
|---|---|---|
| committer | Igor Sysoev <igor@sysoev.ru> | 2009-05-10 19:49:14 +0000 |
| commit | ec43d91a5846febc5fc80f9b884299ea935d7c45 (patch) | |
| tree | ce26fc667aad0f0926519de77d3847d2c97c1d92 /auto/os | |
| parent | 393ce88261bbdbf681c1043d57f2116910fe8a12 (diff) | |
| download | nginx-ec43d91a5846febc5fc80f9b884299ea935d7c45.tar.gz nginx-ec43d91a5846febc5fc80f9b884299ea935d7c45.tar.bz2 | |
backout -r2827 and add correct fix
Diffstat (limited to 'auto/os')
| -rw-r--r-- | auto/os/conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auto/os/conf b/auto/os/conf index 9bd5ee3c3..f4d08cb42 100644 --- 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 ;; |
