summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_linux_common.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-11-16 09:43:02 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-11-16 09:43:02 +0000
commit8939f48c32c618807e9f1affdfbe07bfd31f05ed (patch)
treeecc7e569048ab6b81497533e31f558a646ba8cc5 /ACE/include/makeinclude/platform_linux_common.GNU
parent8135416152af5155865dd84edd579837fb9cac1f (diff)
downloadATCD-8939f48c32c618807e9f1affdfbe07bfd31f05ed.tar.gz
Fri Nov 16 09:37:21 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/include/makeinclude/platform_linux_common.GNU')
-rw-r--r--ACE/include/makeinclude/platform_linux_common.GNU4
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/include/makeinclude/platform_linux_common.GNU b/ACE/include/makeinclude/platform_linux_common.GNU
index 1b99ea4d3e8..e5b988e6e5f 100644
--- a/ACE/include/makeinclude/platform_linux_common.GNU
+++ b/ACE/include/makeinclude/platform_linux_common.GNU
@@ -81,8 +81,8 @@ ifeq (NPTL, $(word 1,$(GNU_LIBPTHREAD_VERSION)))
endif
endif
nptl ?= 0
-ifeq ($(nptl),1)
- CPPFLAGS += -DACE_HAS_LINUX_NPTL
+ifeq ($(nptl),0)
+ CPPFLAGS += -DACE_LACKS_LINUX_NPTL
endif
LSB_RELEASE_ID := $(shell lsb_release -i)