summaryrefslogtreecommitdiff
path: root/ACE/include/makeinclude/platform_linux_common.GNU
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2007-09-28 06:15:21 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2007-09-28 06:15:21 +0000
commite783ca4f14464db3c7ef7568257808dc16092ecc (patch)
treea237d3fcb2ee7fd312830854a5958d89287d1333 /ACE/include/makeinclude/platform_linux_common.GNU
parent3ee908f243c00dec8d44379af62fd156bdc41b5a (diff)
downloadATCD-e783ca4f14464db3c7ef7568257808dc16092ecc.tar.gz
Fri Sep 28 06:12:15 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.GNU6
1 files changed, 5 insertions, 1 deletions
diff --git a/ACE/include/makeinclude/platform_linux_common.GNU b/ACE/include/makeinclude/platform_linux_common.GNU
index 47937cd0ac5..71cb5b1e6f6 100644
--- a/ACE/include/makeinclude/platform_linux_common.GNU
+++ b/ACE/include/makeinclude/platform_linux_common.GNU
@@ -77,9 +77,13 @@ GNU_LIBPTHREAD_VERSION := $(shell getconf GNU_LIBPTHREAD_VERSION)
ifeq (NPTL, $(word 1,$(GNU_LIBPTHREAD_VERSION)))
NPTL_VERS := $(subst ., ,$(word 2,$(GNU_LIBPTHREAD_VERSION)))
ifneq (0, $(word 1,$(NPTL_VERS)))
- CPPFLAGS += -DACE_HAS_LINUX_NPTL
+ nptl ?= 1
endif
endif
+nptl ?= 0
+ifeq ($(nptl),1)
+ CPPFLAGS += -DACE_HAS_LINUX_NPTL
+endif
ssl ?= 0
ifeq ($(ssl),1)