diff options
author | Craig A. Berry <craigberry@mac.com> | 2001-09-22 08:15:32 -0500 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2001-09-22 17:26:32 +0000 |
commit | 39dd585a400158aebebc2cd832631057a7e776ab (patch) | |
tree | d3680ed9ad6aa4b43eb9625ee07170f8d6d4c4d2 | |
parent | 5961b034b8278434a635f1d6e67213a5b4cffa64 (diff) | |
download | perl-39dd585a400158aebebc2cd832631057a7e776ab.tar.gz |
configure.com: don't build 'threads" w/out
use_ithreads
Message-Id: <a05101005b7d284f5192c@[172.16.52.1]>
p4raw-id: //depot/perl@12140
-rw-r--r-- | configure.com | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.com b/configure.com index 14b1973793..8229ba7b9a 100644 --- a/configure.com +++ b/configure.com @@ -2510,6 +2510,7 @@ $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets $ THEN $ dflt = dflt - "Socket" ! optional on VMS $ ENDIF +$ IF .NOT. use_ithreads THEN dflt = dflt - "threads" $ dflt = F$EDIT(dflt,"TRIM,COMPRESS") $! $! Ask for their default list of extensions to build |