summaryrefslogtreecommitdiff
path: root/ACE/m4/platform.m4
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
commit6f294b3902dacabf9fdf01c44d71e465bb9782a4 (patch)
treeecc7e569048ab6b81497533e31f558a646ba8cc5 /ACE/m4/platform.m4
parent347d0990304cdb901e8616a421129810e4e5db42 (diff)
downloadATCD-6f294b3902dacabf9fdf01c44d71e465bb9782a4.tar.gz
Fri Nov 16 09:37:21 UTC 2007 Johnny Willemsen <jwillemsen@remedy.nl>
Diffstat (limited to 'ACE/m4/platform.m4')
-rw-r--r--ACE/m4/platform.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/ACE/m4/platform.m4 b/ACE/m4/platform.m4
index 9f959a4225c..cdab216495d 100644
--- a/ACE/m4/platform.m4
+++ b/ACE/m4/platform.m4
@@ -153,8 +153,8 @@ dnl */
AC_DEFINE([ACE_TIMER_SKEW], [(1000 * 10)])
dnl Does this box have NPTL?
NPTL=`getconf GNU_LIBPTHREAD_VERSION | $AWK '{print [$][1]}' -`
- if test "$NPTL" = NPTL; then
- ACE_CPPFLAGS="$ACE_CPPFLAGS -DACE_HAS_LINUX_NPTL"
+ if test "$NPTL" != NPTL; then
+ ACE_CPPFLAGS="$ACE_CPPFLAGS -DACE_LACKS_LINUX_NPTL"
fi
;;
*lynxos*)