This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport Change 29514
authorH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 11 Dec 2006 17:27:03 +0000 (17:27 +0000)
committerH.Merijn Brand <h.m.brand@xs4all.nl>
Mon, 11 Dec 2006 17:27:03 +0000 (17:27 +0000)
Configure needs to know about the extensions IO/Compress/Base
and IO/Compress/Zlib, so they get built.

p4raw-id: //depot/metaconfig@29517

U/perl/Extensions.U

index 224402d..1555b68 100644 (file)
@@ -102,12 +102,14 @@ eval $find_extensions
 # recursive find above (and adding in general recursive finding breaks
 # SDBM_File/sdbm).  A.D.  10/25/2001.
 known_extensions="$known_extensions threads/shared"
-set X $nonxs_extensions
-shift
-nonxs_extensions="$*"
 set X $known_extensions
 shift
 known_extensions="$*"
+#  Ditto for IO/Compress/Base and IO/Compress/Zlib
+nonxs_extensions="$nonxs_extensions IO/Compress/Base IO/Compress/Zlib"
+set X $nonxs_extensions
+shift
+nonxs_extensions="$*"
 cd "$tdir"
 
 : Now see which are supported on this system.