From 9bf11aa19366f45bcd10a0917034acb45f89b259 Mon Sep 17 00:00:00 2001 From: Igor Sysoev Date: Mon, 16 Jan 2006 14:56:53 +0000 Subject: nginx-0.3.21-RELEASE import *) Feature: the ngx_http_perl_module. *) Change: the "valid_referers" directive allows the referreres without URI part. --- auto/lib/make | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'auto/lib/make') 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 -- cgit