summaryrefslogtreecommitdiff
path: root/include/makeinclude/platform_linux_borland.GNU
diff options
context:
space:
mode:
authordhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-09 04:43:51 +0000
committerdhinton <dhinton@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-08-09 04:43:51 +0000
commit542fa3f085095dbfd6a8526550a76f6a652c72cd (patch)
tree6ccb6425e4f3e4cd971d86153b1fde07d995a976 /include/makeinclude/platform_linux_borland.GNU
parentcf1f265e2e806961276eec931ac173dc2af42cf4 (diff)
downloadATCD-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.GNU4
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