This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dd570ea
)
configure.com: no threads/shared without ithreads
author
Craig A. Berry
<craigberry@mac.com>
Mon, 22 Oct 2001 15:25:19 +0000
(10:25 -0500)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 22 Oct 2001 19:26:47 +0000
(19:26 +0000)
Message-Id: <5.1.0.14.2.
20011022151232
.
032544e8
@exchi01>
p4raw-id: //depot/perl@12584
configure.com
patch
|
blob
|
blame
|
history
diff --git
a/configure.com
b/configure.com
index
2c4f1be
..
04144ad
100644
(file)
--- a/
configure.com
+++ b/
configure.com
@@
-2524,7
+2524,11
@@
$ 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"
+$ IF .NOT. use_ithreads
+$ THEN
+$ dflt = dflt - "threads/shared"
+$ dflt = dflt - "threads"
+$ ENDIF
$ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
$!
$! Ask for their default list of extensions to build