diff options
Diffstat (limited to 'hints/os2.sh')
-rw-r--r-- | hints/os2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hints/os2.sh b/hints/os2.sh index 7cda0bf89b..f11eeb36ed 100644 --- a/hints/os2.sh +++ b/hints/os2.sh @@ -245,7 +245,7 @@ case "X$optimize" in ;; esac -if [ "X$usethreads" != "X" ]; then +if [ "X$usethreads" = "X$define" ]; then ccflags="-Zmt $ccflags" cppflags="-Zmt $cppflags" # Do we really need to set this? aout_ccflags="-DUSE_THREADS $aout_ccflags" |