nginx-0.0.2-2004-02-09-19:30:01 import

This commit is contained in:
Igor Sysoev 2004-02-09 16:30:01 +00:00
parent 7af6b16936
commit f14d69e4cc
2 changed files with 3 additions and 1 deletions

View File

@ -19,7 +19,7 @@ int main() {
END
eval "$CC $CC_TEST_FLAGS -o $NGX_AUTOTEST $NGX_AUTOTEST.c $ngx_func_libs \
eval "$CC_WARN $CC_TEST_FLAGS -o $NGX_AUTOTEST $NGX_AUTOTEST.c $ngx_func_libs \
>> $NGX_ERR 2>&1"
if [ -x $NGX_AUTOTEST ]; then

View File

@ -7,6 +7,8 @@ NGX_MODULES_C=$OBJS/ngx_modules.c
NGX_AUTOTEST=$OBJS/autotest
NGX_ERR=$OBJS/autoconf.err
CC_WARN=$CC
# checking echo's "-n" option and "\c" capabilties