From: Rafael Garcia-Suarez Date: Mon, 11 Dec 2006 16:49:06 +0000 (+0000) Subject: Configure needs to know about the extensions IO/Compress/Base X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=59c368f158aa55efb9d93ac934b96cd775ca5903;p=p5sagit%2Fp5-mst-13.2.git Configure needs to know about the extensions IO/Compress/Base and IO/Compress/Zlib, so they get built. p4raw-id: //depot/perl@29514 --- diff --git a/Configure b/Configure index a99e941..b788451 100755 --- a/Configure +++ b/Configure @@ -21000,7 +21000,9 @@ 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. +# 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="$*"