comparison auto/lib/make @ 148:ea622d8acb38 NGINX_0_3_21

nginx 0.3.21 *) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
author Igor Sysoev <http://sysoev.ru>
date Mon, 16 Jan 2006 00:00:00 +0300
parents f0b350454894
children ca5f86d94316
comparison
equal deleted inserted replaced
147:d1b9f90d95f6 148:ea622d8acb38
15 fi 15 fi
16 16
17 if [ $ZLIB != NONE -a $ZLIB != NO -a $ZLIB != YES ]; then 17 if [ $ZLIB != NONE -a $ZLIB != NO -a $ZLIB != YES ]; then
18 . auto/lib/zlib/make 18 . auto/lib/zlib/make
19 fi 19 fi
20
21 if [ $USE_PERL = YES ]; then
22 . auto/lib/perl/make
23 fi