diff options
author | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-09 04:43:51 +0000 |
---|---|---|
committer | dhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-08-09 04:43:51 +0000 |
commit | 542fa3f085095dbfd6a8526550a76f6a652c72cd (patch) | |
tree | 6ccb6425e4f3e4cd971d86153b1fde07d995a976 /include/makeinclude/platform_linux_borland.GNU | |
parent | cf1f265e2e806961276eec931ac173dc2af42cf4 (diff) | |
download | ATCD-542fa3f085095dbfd6a8526550a76f6a652c72cd.tar.gz |
ChangeLogTag:Sat Aug 9 04:21:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
Diffstat (limited to 'include/makeinclude/platform_linux_borland.GNU')
-rw-r--r-- | include/makeinclude/platform_linux_borland.GNU | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/makeinclude/platform_linux_borland.GNU b/include/makeinclude/platform_linux_borland.GNU index ec75fb06c64..98bb78d9293 100644 --- a/include/makeinclude/platform_linux_borland.GNU +++ b/include/makeinclude/platform_linux_borland.GNU @@ -23,9 +23,7 @@ endif PLATFORM_AIO_SUPPORT := \ $(shell test -e /usr/lib/librt.so && echo -DACE_HAS_AIO_CALLS) -ifeq ($(threads),0) - CPPFLAGS += -DACE_MT_SAFE=0 -else +ifeq ($(threads),1) LIBS += libpthread.so ifeq (-DACE_HAS_AIO_CALLS,$(PLATFORM_AIO_SUPPORT)) CPPFLAGS += -DACE_HAS_AIO_CALLS |