diff options
Diffstat (limited to 'win32/config_sh.PL')
-rw-r--r-- | win32/config_sh.PL | 1 |
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()) || ' '; |