This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
The metaconfig unit change for #11705.
authorJarkko Hietaniemi <jhi@iki.fi>
Fri, 17 Aug 2001 11:59:28 +0000 (11:59 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Fri, 17 Aug 2001 11:59:28 +0000 (11:59 +0000)
p4raw-id: //depot/metaconfig@11706

U/perl/Extensions.U

index f23d794..100e866 100644 (file)
@@ -181,6 +181,14 @@ for xxx in $known_extensions ; do
                         esac
                esac
                ;;
+       threads)
+                case "$usethreads" in
+                true|$define|y)
+                        case "$useithreads" in
+                        $define|true|[yY]*) avail_ext="$avail_ext $xxx" ;;
+                        esac
+               esac
+               ;;
        IPC/SysV|ipc/sysv)
                : XXX Do we need a useipcsysv variable here
                case "${d_msg}${d_sem}${d_shm}" in