summaryrefslogtreecommitdiff
path: root/perl.c
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-22 21:29:32 +0100
committerNicholas Clark <nick@ccl4.org>2009-02-22 21:29:32 +0100
commitee80e7be00565786c5e524adfe70979c87af3c4d (patch)
tree5a0883b1ae59e79a907f17849662bccab73fde92 /perl.c
parent21110102bdc939755273e3ab6f608a76ad60178e (diff)
downloadperl-ee80e7be00565786c5e524adfe70979c87af3c4d.tar.gz
7fc731078209e8c26ed8bba477edfd90724c7146 missed one (addsubdirs || addoldvers).
Diffstat (limited to 'perl.c')
-rw-r--r--perl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl.c b/perl.c
index 83d50e1803..1a1701f323 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 };