This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Backport 88e1f1a2657a3a28cf3a7811
authorH.Merijn Brand <merijn@nb09.procura.nl>
Thu, 5 Nov 2009 20:20:34 +0000 (21:20 +0100)
committerH.Merijn Brand <merijn@nb09.procura.nl>
Thu, 5 Nov 2009 20:20:34 +0000 (21:20 +0100)
U/perl/Extensions.U

index ac5a38d..be4b448 100644 (file)
@@ -266,6 +266,13 @@ for xxx in $known_extensions ; do
                $define) avail_ext="$avail_ext $xxx" ;;
                esac
                ;;
+       XS/APItest/KeywordRPN|xs/apitest/keywordrpn)
+               # 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