diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2001-10-25 09:16:00 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-25 16:35:34 +0000 |
commit | 4e1a6d261e266112da00fd82e73dbe2a0631027c (patch) | |
tree | 50c7317164c3a97aae6811331df64f0f2feb46e7 /Configure | |
parent | b3ec3848290654274712ea475401ba98eb99a6f0 (diff) | |
download | perl-4e1a6d261e266112da00fd82e73dbe2a0631027c.tar.gz |
Re: ithreads doesn't like usedl=n
Message-ID: <Pine.SOL.4.10.10110251312200.22183-100000@maxwell.phys.lafayette.edu>
Special-case threads::shared.
p4raw-id: //depot/perl@12650
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Wed Oct 3 16:47:48 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Thu Oct 25 20:32:59 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -16342,6 +16342,10 @@ 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" set X $nonxs_extensions shift nonxs_extensions="$*" |