From: Nicholas Clark Date: Sun, 22 Feb 2009 20:29:32 +0000 (+0100) Subject: 7fc731078209e8c26ed8bba477edfd90724c7146 missed one (addsubdirs || addoldvers). X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=ee80e7be00565786c5e524adfe70979c87af3c4d;p=p5sagit%2Fp5-mst-13.2.git 7fc731078209e8c26ed8bba477edfd90724c7146 missed one (addsubdirs || addoldvers). --- diff --git a/perl.c b/perl.c index 83d50e1..1a1701f 100644 --- a/perl.c +++ b/perl.c @@ -4482,7 +4482,7 @@ S_incpush(pTHX_ const char *const dir, STRLEN len, U32 flags) * BEFORE pushing libdir onto @INC we may first push version- and * archname-specific sub-directories. */ - if (addsubdirs || addoldvers) { + if (using_sub_dirs) { #ifdef PERL_INC_VERSION_LIST /* Configure terminates PERL_INC_VERSION_LIST with a NULL */ const char * const incverlist[] = { PERL_INC_VERSION_LIST };