summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorSteve Hay <steve.m.hay@googlemail.com>2013-12-02 09:12:24 +0000
committerSteve Hay <steve.m.hay@googlemail.com>2013-12-02 09:12:24 +0000
commit4ae6f81b38ab10f8a43c09b6efd34ae18e93ce42 (patch)
treed77a76556a7ddfdf07356ea94f8af48f104c213e /Configure
parent97a07f93e6de2b4ed2a80635043467a4a026c6df (diff)
parentd689efaf4740b2518567ca3587d5aa7e86601bea (diff)
downloadperl-4ae6f81b38ab10f8a43c09b6efd34ae18e93ce42.tar.gz
Merge branch 'dirnames' into blead
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configure b/Configure
index 071b5ece1a..854ed8fbd0 100755
--- a/Configure
+++ b/Configure
@@ -22194,6 +22194,10 @@ find_extensions='
DynaLoader|dynaload) ;;
*)
this_ext=`echo $xxx | $sed -e s/-/\\\//g`;
+ case "$this_ext" in
+ Scalar/List/Utils) this_ext="List/Util";;
+ PathTools) this_ext="Cwd";;
+ esac;
echo " $xs_extensions $nonxs_extensions" > $$.tmp;
if $contains " $this_ext " $$.tmp; then
echo >&4;