X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/83f8bb564961ee8fba35156e720bef403d8fa9a7..7b98bc43488ec15a4fe9ecdcfe8fc67135640c03:/Configure diff --git a/Configure b/Configure index 793f8fa..e241e40 100755 --- a/Configure +++ b/Configure @@ -22234,7 +22234,7 @@ esac # the appropriate Makefile.PL. case " $static_ext " in *" Encode "*) # Add the subextensions of Encode - cd "$rsrc/ext" + cd "$rsrc/cpan" for xxx in `ls Encode/*/Makefile.PL|awk -F/ '{print $2}'`; do static_ext="$static_ext Encode/$xxx" done