mirror of
https://github.com/nginx/nginx.git
synced 2026-06-25 03:16:37 +00:00
Configure: restored "nginx/" missed in 6e4bb1d6679d.
This commit is contained in:
parent
9d4de05be4
commit
3d167cd42e
1 changed files with 2 additions and 1 deletions
|
|
@ -41,7 +41,8 @@ if test -n "$NGX_PERL_VER"; then
|
|||
ngx_perl_ldopts=`$NGX_PERL -MExtUtils::Embed -e ldopts`
|
||||
|
||||
ngx_perl_dlext=`$NGX_PERL -MConfig -e 'print $Config{dlext}'`
|
||||
ngx_perl_module="src/http/modules/perl/blib/arch/auto/nginx.$ngx_perl_dlext"
|
||||
ngx_perl_libdir="src/http/modules/perl/blib/arch/auto"
|
||||
ngx_perl_module="$ngx_perl_libdir/nginx/nginx.$ngx_perl_dlext"
|
||||
|
||||
if $NGX_PERL -V:usemultiplicity | grep define > /dev/null; then
|
||||
have=NGX_HAVE_PERL_MULTIPLICITY . auto/have
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue