comparison auto/install @ 6419:39a806ccf21e

Dynamic modules: perl.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 26 Feb 2016 14:27:04 +0300
parents 8e6f34342eb6
children 05c894a598ea
comparison
equal deleted inserted replaced
6418:8e6f34342eb6 6419:39a806ccf21e
1 1
2 # Copyright (C) Igor Sysoev 2 # Copyright (C) Igor Sysoev
3 # Copyright (C) Nginx, Inc. 3 # Copyright (C) Nginx, Inc.
4 4
5 5
6 if [ $USE_PERL = YES ]; then 6 if [ $USE_PERL != NO ]; then
7 7
8 cat << END >> $NGX_MAKEFILE 8 cat << END >> $NGX_MAKEFILE
9 9
10 install_perl_modules: 10 install_perl_modules:
11 cd $NGX_OBJS/src/http/modules/perl && \$(MAKE) install 11 cd $NGX_OBJS/src/http/modules/perl && \$(MAKE) install