Change 29514 by [EMAIL PROTECTED] on 2006/12/11 16:49:06

        Configure needs to know about the extensions IO/Compress/Base
        and IO/Compress/Zlib, so they get built.

Affected files ...

... //depot/perl/Configure#637 edit

Differences ...

==== //depot/perl/Configure#637 (xtext) ====
Index: perl/Configure
--- perl/Configure#636~29483~   2006-12-07 01:12:45.000000000 -0800
+++ perl/Configure      2006-12-11 08:49:06.000000000 -0800
@@ -21000,7 +21000,9 @@
 # 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.
+# Ditto for IO/Compress/Base and IO/Compress/Zlib
 known_extensions="$known_extensions threads/shared"
+nonxs_extensions="$nonxs_extensions IO/Compress/Base IO/Compress/Zlib"
 set X $nonxs_extensions
 shift
 nonxs_extensions="$*"
End of Patch.

Reply via email to