This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[Patch] Configure doesn't pick up Hash/Util/FieldHash
authorAlexander Gough <alex-p5p@earth.li>
Mon, 8 Oct 2007 00:29:11 +0000 (01:29 +0100)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 8 Oct 2007 08:21:38 +0000 (08:21 +0000)
Message-ID: <20071007232910.GA24241@the.earth.li>

p4raw-id: //depot/metaconfig@32060

U/perl/Extensions.U

index f3f1824..151478a 100644 (file)
@@ -98,10 +98,12 @@ cd "$rsrc/ext"
 set X
 shift
 eval $find_extensions
-# Special case:  Add in threads/shared since it is not picked up by the
-# recursive find above (and adding in general recursive finding breaks
-# SDBM_File/sdbm).  A.D.  10/25/2001.
-known_extensions="$known_extensions threads/shared"
+# 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="$*"