X-Git-Url: http://git.silcnet.org/gitweb/?a=blobdiff_plain;f=configure.ad;h=0e53cfa9d44d7b26b45f2869eea5c7f6e4945dff;hb=b2474cb7c3ac99b799b99bab950f207d1e2d2dcb;hp=bb21ee683ed5f8b8f9004470c06821ebad9d258e;hpb=698466ad3709336c7865b05f4ba6d0747ad33795;p=crypto.git diff --git a/configure.ad b/configure.ad index bb21ee68..0e53cfa9 100644 --- a/configure.ad +++ b/configure.ad @@ -1246,7 +1246,7 @@ if test x$has_threads = xtrue; then esac # Check for threads - AC_CHECK_FUNC(pthread_create) + AC_CHECK_FUNCS(pthread_create pthread_key_create pthread_once) # Check for read/write locks AC_CHECK_FUNC(pthread_rwlock_init,