This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Metaconfig unit change for #12655.
authorJarkko Hietaniemi <jhi@iki.fi>
Thu, 25 Oct 2001 18:45:52 +0000 (18:45 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Thu, 25 Oct 2001 18:45:52 +0000 (18:45 +0000)
p4raw-id: //depot/metaconfig@12656

U/perl/Extensions.U

index c2ebc99..519c10d 100644 (file)
@@ -185,7 +185,7 @@ for xxx in $known_extensions ; do
                         esac
                esac
                ;;
-       threads)
+       threads|threads/shared)
                 case "$usethreads" in
                 true|$define|y)
                         case "$useithreads" in