summaryrefslogtreecommitdiff
path: root/configure.com
diff options
context:
space:
mode:
Diffstat (limited to 'configure.com')
-rw-r--r--configure.com7
1 files changed, 6 insertions, 1 deletions
diff --git a/configure.com b/configure.com
index b4fdaf2757..b6c923d825 100644
--- a/configure.com
+++ b/configure.com
@@ -2774,7 +2774,12 @@ $ THEN
$ dflt = dflt - "Socket" ! optional on VMS
$ ENDIF
$ ! Build this one only for threads without ithreads
-$ IF useithreads .OR. useithreads .EQS. "define" .OR. .NOT. use_threads THEN dflt = dflt - "Thread"
+$ 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")
$!