diff options
author | Nicholas Clark <nick@ccl4.org> | 2009-02-22 21:29:32 +0100 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2009-02-22 21:29:32 +0100 |
commit | ee80e7be00565786c5e524adfe70979c87af3c4d (patch) | |
tree | 5a0883b1ae59e79a907f17849662bccab73fde92 /perl.c | |
parent | 21110102bdc939755273e3ab6f608a76ad60178e (diff) | |
download | perl-ee80e7be00565786c5e524adfe70979c87af3c4d.tar.gz |
7fc731078209e8c26ed8bba477edfd90724c7146 missed one (addsubdirs || addoldvers).
Diffstat (limited to 'perl.c')
-rw-r--r-- | perl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 }; |