comparison src/http/modules/perl/ngx_http_perl_module.c @ 1352:e958b3cab51a

--sysconfdir=DIR
author Igor Sysoev <igor@sysoev.ru>
date Sun, 29 Jul 2007 18:05:45 +0000
parents 5076d97b9cf0
children 4c43e25d11ea
comparison
equal deleted inserted replaced
1351:9ca095d36863 1352:e958b3cab51a
452 pmcf->modules.data = NGX_PERL_MODULES; 452 pmcf->modules.data = NGX_PERL_MODULES;
453 } 453 }
454 #endif 454 #endif
455 455
456 if (pmcf->modules.data) { 456 if (pmcf->modules.data) {
457 if (ngx_conf_full_name(cf->cycle, &pmcf->modules) != NGX_OK) { 457 if (ngx_conf_full_name(cf->cycle, &pmcf->modules, 0) != NGX_OK) {
458 return NGX_CONF_ERROR; 458 return NGX_CONF_ERROR;
459 } 459 }
460 } 460 }
461 461
462 #if !(NGX_HAVE_PERL_MULTIPLICITY) 462 #if !(NGX_HAVE_PERL_MULTIPLICITY)