diff options
author | Zefram <zefram@fysh.org> | 2010-09-23 23:49:50 +0100 |
---|---|---|
committer | Florian Ragwitz <rafl@debian.org> | 2010-09-26 14:55:05 +0200 |
commit | 83f8bb564961ee8fba35156e720bef403d8fa9a7 (patch) | |
tree | 8eac099dd27e74e650963dbf118c6669b9e9210d /Configure | |
parent | 4dc941f7cb795735b9458431b362c0fed23ae92b (diff) | |
download | perl-83f8bb564961ee8fba35156e720bef403d8fa9a7.tar.gz |
merge XS-APItest-KeywordRPN into XS-APItest
XS-APItest-KeywordRPN has turned out to be less useful as an independent
module than expected, and less strictly about RPN than it originally was.
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -22046,13 +22046,6 @@ 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 |