commit | 9bf11aa19366f45bcd10a0917034acb45f89b259 | [log] [tgz] |
---|---|---|
author | Igor Sysoev <igor@sysoev.ru> | Mon Jan 16 14:56:53 2006 +0000 |
committer | Igor Sysoev <igor@sysoev.ru> | Mon Jan 16 14:56:53 2006 +0000 |
tree | c7231ce937ab196c89608185e59ab544224e4da8 | |
parent | 243edbb727c49ac25355e109a097f1ca2d9e1e44 [diff] [blame] |
nginx-0.3.21-RELEASE import *) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
diff --git a/auto/lib/make b/auto/lib/make index ef571c5..60cd7bc 100644 --- a/auto/lib/make +++ b/auto/lib/make
@@ -17,3 +17,7 @@ if [ $ZLIB != NONE -a $ZLIB != NO -a $ZLIB != YES ]; then . auto/lib/zlib/make fi + +if [ $USE_PERL = YES ]; then + . auto/lib/perl/make +fi