comparison configure @ 386:1878e9c00f22 NGINX_0_6_37

nginx 0.6.37 *) Feature: Microsoft specific "AUTH LOGIN with User Name" mode support in mail proxy server. Thanks to Maxim Dounin. *) Bugfix: nginx could not be built on platforms different from i386, amd64, sparc, and ppc; the bug had appeared in 0.6.36.
author Igor Sysoev <http://sysoev.ru>
date Mon, 18 May 2009 00:00:00 +0400
parents f7cd062ee035
children
comparison
equal deleted inserted replaced
385:842321c9fc84 386:1878e9c00f22
1 #!/bin/sh 1 #!/bin/sh
2 2
3 # Copyright (C) Igor Sysoev 3 # Copyright (C) Igor Sysoev
4 4
5
6 NGX_CONFIGURE=`echo $@ | sed 's/"/\\\\"/g'`
7 5
8 . auto/options 6 . auto/options
9 . auto/init 7 . auto/init
10 . auto/sources 8 . auto/sources
11 9