comparison auto/lib/perl/conf @ 5743:dde2ae4701e1

Configure: restored "nginx/" missed in 6e4bb1d6679d.
author Maxim Dounin <mdounin@mdounin.ru>
date Thu, 26 Jun 2014 05:08:59 +0400
parents 6e4bb1d6679d
children 7e241b36819d
comparison
equal deleted inserted replaced
5742:c45c9812cf11 5743:dde2ae4701e1
39 | sed -e 's/-wd171/-wd171 -wd1599/'` 39 | sed -e 's/-wd171/-wd171 -wd1599/'`
40 40
41 ngx_perl_ldopts=`$NGX_PERL -MExtUtils::Embed -e ldopts` 41 ngx_perl_ldopts=`$NGX_PERL -MExtUtils::Embed -e ldopts`
42 42
43 ngx_perl_dlext=`$NGX_PERL -MConfig -e 'print $Config{dlext}'` 43 ngx_perl_dlext=`$NGX_PERL -MConfig -e 'print $Config{dlext}'`
44 ngx_perl_module="src/http/modules/perl/blib/arch/auto/nginx.$ngx_perl_dlext" 44 ngx_perl_libdir="src/http/modules/perl/blib/arch/auto"
45 ngx_perl_module="$ngx_perl_libdir/nginx/nginx.$ngx_perl_dlext"
45 46
46 if $NGX_PERL -V:usemultiplicity | grep define > /dev/null; then 47 if $NGX_PERL -V:usemultiplicity | grep define > /dev/null; then
47 have=NGX_HAVE_PERL_MULTIPLICITY . auto/have 48 have=NGX_HAVE_PERL_MULTIPLICITY . auto/have
48 echo " + perl interpreter multiplicity found" 49 echo " + perl interpreter multiplicity found"
49 fi 50 fi