diff options
author | Andy Dougherty <doughera@lafayette.edu> | 2002-06-17 12:59:52 -0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-18 02:46:43 +0000 |
commit | f9b6ed1c0638ce579866729484b6a2230249d5f8 (patch) | |
tree | 5ae2a20a4bbcc3e394a94f3a39bb28334718b968 /Configure | |
parent | 8b92df4cf78f0bc4c393bdfa32b4d3b40b9dc6e4 (diff) | |
download | perl-f9b6ed1c0638ce579866729484b6a2230249d5f8.tar.gz |
Re: Do we want XS::APItest installed?
Message-ID: <Pine.SOL.4.10.10206171658290.12935-100000@maxwell.phys.lafayette.edu>
(rats, forgot to submit the metaconfig change separately)
p4raw-id: //depot/perl@17278
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 15 |
1 files changed, 14 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 Fri Jun 14 17:58:30 EET DST 2002 [metaconfig 3.0 PL70] +# Generated on Tue Jun 18 06:36:23 EET DST 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -19357,6 +19357,19 @@ for xxx in $known_extensions ; do esac esac ;; + XS/APItest|xs/apitest) + # This is just for testing. Skip it unless we have dynamic loading. + + case "$usedl" in + $define) avail_ext="$avail_ext $xxx" ;; + esac + ;; + XS/Typemap|xs/typemap) + # This is just for testing. Skip it unless we have dynamic loading. + case "$usedl" in + $define) avail_ext="$avail_ext $xxx" ;; + esac + ;; threads|threads/shared) # threads and threads::shared are special cases. # To stop people from asking "Perl 5.8.0 was supposed |