summaryrefslogtreecommitdiff
path: root/configure.in
diff options
context:
space:
mode:
authorOssama Othman <ossama-othman@users.noreply.github.com>1999-05-07 02:53:25 +0000
committerOssama Othman <ossama-othman@users.noreply.github.com>1999-05-07 02:53:25 +0000
commit7c4ce2edb6278aa051611b3d97c44efecd526f7f (patch)
treeb50d41dcfb46384a5bc19f62b23968b3caa8ec04 /configure.in
parent8a8a60ad63fd0eaa343c3ce201356bce84d298b5 (diff)
downloadATCD-7c4ce2edb6278aa051611b3d97c44efecd526f7f.tar.gz
Removed all references to ACE_HAS_PTHREAD_SIGMASK. This macro
has been deprecated.
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.in b/configure.in
index a19274c5d3e..cf63bf95f1b 100644
--- a/configure.in
+++ b/configure.in
@@ -3485,7 +3485,7 @@ dnl backwards compatibility with Pthread Draft 4 functions of the same
dnl name.
AC_CHECK_FUNC(pthread_sigmask, dnl
- AC_DEFINE(ACE_HAS_PTHREAD_SIGMASK),
+ ,
AC_DEFINE(ACE_LACKS_PTHREAD_SIGMASK))
AC_CHECK_FUNC(pthread_key_create, dnl