diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2001-10-25 11:34:02 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-10-25 18:45:18 +0000 |
commit | 7deadc5fc62e7c179bef75c78fd7a80d46bdb805 (patch) | |
tree | e3bc808ab89326419c2f31c7cc6821b90e1f5874 /Configure | |
parent | 89ca4ac7af707d34da190bf469b8073ada175d9b (diff) | |
download | perl-7deadc5fc62e7c179bef75c78fd7a80d46bdb805.tar.gz |
Re: Not OK @12650
Message-ID: <Pine.SOL.4.10.10110251520300.22317-100000@maxwell.phys.lafayette.edu>
p4raw-id: //depot/perl@12655
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Thu Oct 25 20:32:59 EET DST 2001 [metaconfig 3.0 PL70] +# Generated on Thu Oct 25 22:43:09 EET DST 2001 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -16430,7 +16430,7 @@ for xxx in $known_extensions ; do esac esac ;; - threads) + threads|threads/shared) case "$usethreads" in true|$define|y) case "$useithreads" in |