comparison auto/lib/make @ 599:869b6444d234 release-0.3.21

nginx-0.3.21-RELEASE import *) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
author Igor Sysoev <igor@sysoev.ru>
date Mon, 16 Jan 2006 14:56:53 +0000
parents 42d11f017717
children 7cbef16c71a1
comparison
equal deleted inserted replaced
598:bfa12c280dec 599:869b6444d234
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