summaryrefslogtreecommitdiff
path: root/win32/config_sh.PL
diff options
context:
space:
mode:
authorSteve Hay <SteveHay@planit.com>2009-02-12 11:16:20 +0000
committerSteve Hay <SteveHay@planit.com>2009-02-12 11:16:20 +0000
commit8a3df56c4fe80ae84274b45ecabe139bb0d096f9 (patch)
treecf523b58b6584426a247369181db6fa882b966e9 /win32/config_sh.PL
parente469bedac84e3190c05f3a44d15fca15dea0b5d7 (diff)
downloadperl-8a3df56c4fe80ae84274b45ecabe139bb0d096f9.tar.gz
win32/ext doesn't exist any more, so no need to look there for extensions
Diffstat (limited to 'win32/config_sh.PL')
-rw-r--r--win32/config_sh.PL1
1 files changed, 0 insertions, 1 deletions
diff --git a/win32/config_sh.PL b/win32/config_sh.PL
index 2cdd155eb4..c36eeb3a23 100644
--- a/win32/config_sh.PL
+++ b/win32/config_sh.PL
@@ -43,7 +43,6 @@ while (@{$optref} && $optref->[0] =~ /^([\w_]+)=(.*)$/) {
}
FindExt::scan_ext("../ext");
-FindExt::scan_ext("ext") if -d 'ext'; # also look in win32/ext/ if it exists
FindExt::set_static_extensions(split ' ', $opt{'static_ext'});
$opt{'nonxs_ext'} = join(' ',FindExt::nonxs_ext()) || ' ';