Added SILC Tls API for Thread-local storage. Added SilcTls
[silc.git] / configure.ad
index bb21ee683ed5f8b8f9004470c06821ebad9d258e..0e53cfa9d44d7b26b45f2869eea5c7f6e4945dff 100644 (file)
@@ -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,