X-Git-Url: http://git.silcnet.org/gitweb/?p=silc.git;a=blobdiff_plain;f=configure.ad;h=0e53cfa9d44d7b26b45f2869eea5c7f6e4945dff;hp=bb21ee683ed5f8b8f9004470c06821ebad9d258e;hb=c6bb9e5e82ae3a2d667e826b9bd979cbe72e1493;hpb=0f330f9f731f0659b210c29109a4272c7c7f5380 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,