summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-11 16:49:06 +0000
committerRafael Garcia-Suarez <rgarciasuarez@gmail.com>2006-12-11 16:49:06 +0000
commit59c368f158aa55efb9d93ac934b96cd775ca5903 (patch)
tree35126bdd948c10f0ff4ac0a5e54afdab66aa61e6
parent1abf544578429e2aface64e230d6fa191ba44dd4 (diff)
downloadperl-59c368f158aa55efb9d93ac934b96cd775ca5903.tar.gz
Configure needs to know about the extensions IO/Compress/Base
and IO/Compress/Zlib, so they get built. p4raw-id: //depot/perl@29514
-rwxr-xr-xConfigure2
1 files changed, 2 insertions, 0 deletions
diff --git a/Configure b/Configure
index a99e941205..b788451d08 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="$*"