commit | 6caeb721e38010a4c3a1b7066e82910b541a3b94 | [log] [tgz] |
---|---|---|
author | Patrik Stridvall <ps@leissner.se> | Mon Nov 25 21:12:26 2002 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Nov 25 21:12:26 2002 +0000 |
tree | 2871739b59753ea9545d1002ac9138f3d942783b | |
parent | 1b20db4f1918af857688d0431a460bb808a5e5b0 [diff] [blame] |
Fixed pthreads on FreeBSD (based on patch by Alexandre Julliard).
diff --git a/configure b/configure index c8e01fa..e8c2ddf 100755 --- a/configure +++ b/configure
@@ -11549,6 +11549,11 @@ + + + + + for ac_func in \ _lwp_create \ _pclose \ @@ -11580,6 +11585,11 @@ pclose \ popen \ pread \ + pthread_getspecific \ + pthread_key_create \ + pthread_mutex_lock \ + pthread_mutex_unlock \ + pthread_setspecific \ pwrite \ rfork \ select \