This commit is contained in:
Kurt Zeilenga 2007-01-19 02:54:38 +00:00
parent 814b8a1438
commit 364ea4fa7c
2 changed files with 2 additions and 2 deletions

2
configure vendored
View file

@ -23340,7 +23340,7 @@ echo "${ECHO_T}$ol_cv_func_pthread_rwlock_destroy" >&6
cat >>confdefs.h <<\_ACEOF cat >>confdefs.h <<\_ACEOF
#define HAVE_PTHREAD_RWLOCK_DESTROY 1 #define HAVE_PTHREAD_RWLOCK_DESTROY 1
_ACEOF _ACEOF
],
fi fi
echo "$as_me:$LINENO: checking for pthread_detach with <pthread.h>" >&5 echo "$as_me:$LINENO: checking for pthread_detach with <pthread.h>" >&5

View file

@ -1340,7 +1340,7 @@ pthread_rwlock_t rwlock;
]) ])
if test $ol_cv_func_pthread_rwlock_destroy = yes ; then if test $ol_cv_func_pthread_rwlock_destroy = yes ; then
AC_DEFINE(HAVE_PTHREAD_RWLOCK_DESTROY,1, AC_DEFINE(HAVE_PTHREAD_RWLOCK_DESTROY,1,
[define if you have pthread_rwlock_destroy function])], [define if you have pthread_rwlock_destroy function])
fi fi
dnl Check for pthread_detach with <pthread.h> inclusion dnl Check for pthread_detach with <pthread.h> inclusion