Re: Do we want XS::APItest installed?
authorAndy Dougherty <doughera@lafayette.edu>
Mon, 17 Jun 2002 16:59:52 +0000 (12:59 -0400)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 18 Jun 2002 02:46:43 +0000 (02:46 +0000)
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

Configure

index 250a7d4..4f522cf 100755 (executable)
--- a/Configure
+++ b/Configure
@@ -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