summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig A. Berry <craigberry@mac.com>2009-09-03 17:48:14 -0500
committerCraig A. Berry <craigberry@mac.com>2009-09-03 17:48:14 -0500
commit6ff46596bd61e94aa452b899daaefb201393f303 (patch)
treecac016e93109faee9adfe9f4b7de2aa774ff9782
parent26dd53a231877708d84e7376aa20e4e8e561fe4e (diff)
downloadperl-6ff46596bd61e94aa452b899daaefb201393f303.tar.gz
Make configure.com aware that ext/Thread no longer exists.
-rw-r--r--configure.com7
1 files changed, 0 insertions, 7 deletions
diff --git a/configure.com b/configure.com
index 4815fdf2ed..07687942a1 100644
--- a/configure.com
+++ b/configure.com
@@ -2796,13 +2796,6 @@ $ IF .NOT. Has_socketshr .AND. .NOT. Has_Dec_C_Sockets
$ THEN
$ dflt = dflt - "Socket" ! optional on VMS
$ ENDIF
-$ ! Build this one only for threads without ithreads
-$ IF F$TYPE(useithreads) .EQS. "" .OR. .NOT. use_threads
-$ THEN
-$ dflt = dflt - "Thread"
-$ ELSE
-$ IF useithreads .OR. useithreads .EQS. "define" THEN dflt = dflt - "Thread"
-$ ENDIF
$ dflt = dflt - "Win32API/File" - "Win32CORE" - "Win32" ! need Dave Cutler's other project
$ dflt = F$EDIT(dflt,"TRIM,COMPRESS")
$!