summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2007-04-28 14:28:00 +0000
committerCraig A. Berry <craigberry@mac.com>2007-04-28 14:28:00 +0000
commit65f9def6e9d9e48317c4d5c5b7f9ee488e5a4f5c (patch)
tree787d521fb831671f21ae59f6ca60e0d87947acfe /configure.com
parenta4135a11698ff2a7a71d2dbac683f5bb1ed2ab7c (diff)
downloadperl-65f9def6e9d9e48317c4d5c5b7f9ee488e5a4f5c.tar.gz
Don't try to build old Thread extension on VMS when -Duseithreads
has been chosen. p4raw-id: //depot/perl@31104
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com5
1 files changed, 3 insertions, 2 deletions
diff --git a/configure.com b/configure.com
index 9d883b37ec..b4fdaf2757 100644
--- a/configure.com
+++ b/configure.com
@@ -907,7 +907,7 @@ $ config_symbols0 ="|archlib|archlibexp|bin|binexp|builddir|cf_email|config_sh
$ config_symbols1 ="|installprivlib|installscript|installsitearch|installsitelib|most|oldarchlib|oldarchlibexp|osname|pager|perl_symbol|perl_verb|"
$ config_symbols2 ="|prefix|privlib|privlibexp|scriptdir|sitearch|sitearchexp|sitebin|sitelib|sitelib_stem|sitelibexp|try_cxx|use64bitall|use64bitint|"
$ config_symbols3 ="|usecasesensitive|usedefaulttypes|usedevel|useieee|useithreads|uselongdouble|usemultiplicity|usemymalloc|usedebugging_perl|"
-$ config_symbols4 ="|useperlio|usesecurelog||usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|usesitecustomize|"
+$ config_symbols4 ="|useperlio|usesecurelog|usethreads|usevmsdebug|usefaststdio|usemallocwrap|unlink_all_versions|uselargefiles|usesitecustomize|"
$ config_symbols5 ="|buildmake|builder|usethreadupcalls|usekernelthreads|usedecterm"
$!
$ open/read CONFIG 'config_sh'
@@ -2773,7 +2773,8 @@ $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets
$ THEN
$ dflt = dflt - "Socket" ! optional on VMS
$ ENDIF
-$ IF .NOT. use_threads THEN dflt = dflt - "Thread"
+$ ! Build this one only for threads without ithreads
+$ IF useithreads .OR. useithreads .EQS. "define" .OR. .NOT. use_threads THEN dflt = dflt - "Thread"
$ dflt = dflt - "Win32API/File" - "Win32CORE" - "Win32" ! need Dave Cutler's other project
$ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
$!