This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
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/metaconfig@17278

U/perl/Extensions.U

index 2739ca2..fd66e36 100644 (file)
@@ -190,6 +190,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