Add a test for POSIX rwlock interface
authorcantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 7 Oct 2003 02:33:14 +0000 (02:33 +0000)
committercantor <cantor@cb58f699-b61c-0410-a6fe-9272a202ed29>
Tue, 7 Oct 2003 02:33:14 +0000 (02:33 +0000)
git-svn-id: https://svn.middleware.georgetown.edu/cpp-sp/trunk@707 cb58f699-b61c-0410-a6fe-9272a202ed29

acx_pthread.m4

index 53cffc6..630e6f4 100644 (file)
@@ -228,5 +228,8 @@ else
         acx_pthread_ok=no
         $2
 fi
+
+AC_CHECK_FUNCS([pthread_rwlock_init])
+
 AC_LANG_RESTORE
 ])dnl ACX_PTHREAD