summaryrefslogtreecommitdiffhomepage
path: root/auto/lib/make
diff options
context:
space:
mode:
authorIgor Sysoev <igor@sysoev.ru>2006-01-16 14:56:53 +0000
committerIgor Sysoev <igor@sysoev.ru>2006-01-16 14:56:53 +0000
commit9bf11aa19366f45bcd10a0917034acb45f89b259 (patch)
treec7231ce937ab196c89608185e59ab544224e4da8 /auto/lib/make
parent243edbb727c49ac25355e109a097f1ca2d9e1e44 (diff)
downloadnginx-release-0.3.21.tar.gz
nginx-release-0.3.21.tar.bz2
nginx-0.3.21-RELEASE importrelease-0.3.21
*) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part.
Diffstat (limited to 'auto/lib/make')
-rw-r--r--auto/lib/make4
1 files changed, 4 insertions, 0 deletions
diff --git a/auto/lib/make b/auto/lib/make
index ef571c5b8..60cd7bcd2 100644
--- a/auto/lib/make
+++ b/auto/lib/make
@@ -17,3 +17,7 @@ fi
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