diff --git a/m4/acx_pthread.m4 b/m4/acx_pthread.m4 index d318ab01..e654cc0e 100644 --- a/m4/acx_pthread.m4 +++ b/m4/acx_pthread.m4 @@ -108,7 +108,7 @@ for flag in $acx_pthread_flags; do # functions on Solaris that doesn't have a non-functional libc stub. # We try pthread_create on general principles. AC_TRY_LINK([#include ], - [pthread_t th; pthread_join(th, 0); + [pthread_t th; pthread_rwlock_t rw; pthread_join(th, 0); pthread_attr_init(0); pthread_cleanup_push(0, 0); pthread_create(0,0,0,0); pthread_cleanup_pop(0); ], [acx_pthread_ok=yes])