summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2009-02-09 21:49:11 +0000
committerNicholas Clark <nick@ccl4.org>2009-02-09 21:49:11 +0000
commitabd7186c6748d276ced6dd10e94e6c04ba10b768 (patch)
treee46654dccc04c581538be682d7a2b663ab58cc8c /Configure
parent3831a7876983b591d0421b0d72b1865c6adac0c1 (diff)
downloadperl-abd7186c6748d276ced6dd10e94e6c04ba10b768.tar.gz
Remove special casing for extensions nested inside other extensions.
(Incorporates "[PATCH] Don't include Hash::Utils::FieldHash twice" from Jerry Hedden.)
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure6
1 files changed, 0 insertions, 6 deletions
diff --git a/Configure b/Configure
index 67c20b5574..0d72a68629 100755
--- a/Configure
+++ b/Configure
@@ -21642,12 +21642,6 @@ cd "$rsrc/ext"
set X
shift
eval $find_extensions
-# Special case: Add in modules that nest beyond the first level.
-# Currently threads/shared and Hash/Util/FieldHash, since they are
-# not picked up by the recursive find above (and adding in general
-# recursive finding breaks SDBM_File/sdbm).
-# A.D. 20011025 (SDBM), ajgough 20071008 (FieldHash)
-known_extensions="$known_extensions threads/shared Hash/Util/FieldHash"
set X $known_extensions
shift
known_extensions="$*"