summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-08-17 11:58:48 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-08-17 11:58:48 +0000
commit1dca008a36fa9607cc704328e383316f3c7223e2 (patch)
tree1cd8f04bc2ebbfe8fd1059c7a1e5ed7b23a8fa02 /Configure
parentf0b5ba41df93ba6703cb6968a5cc3fad069c7ad7 (diff)
downloadperl-1dca008a36fa9607cc704328e383316f3c7223e2.tar.gz
Allow the threads extension to be found if present.
p4raw-id: //depot/perl@11705
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure10
1 files changed, 9 insertions, 1 deletions
diff --git a/Configure b/Configure
index c6c4ff3245..ee9b0592ef 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Thu Aug 9 16:34:00 EET DST 2001 [metaconfig 3.0 PL70]
+# Generated on Fri Aug 17 15:57:38 EET DST 2001 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -16428,6 +16428,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