commit | 0b1a82aa5e3d6d0b699d850f249a763b4f137f7e | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Tue Oct 14 01:27:31 2003 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Tue Oct 14 01:27:31 2003 +0000 |
tree | 2841e67b0d71f3f834e18ea3185acfbbf59ed807 | |
parent | 4034ff36c0535a8d1dc804169f050ad40ab47542 [diff] [blame] |
Added check for pthread.h (reported by Steven Edwards). Removed init_done check, the process heap is now created before kernel is loaded anyway.
diff --git a/configure.ac b/configure.ac index acb71d3..b8852ec 100644 --- a/configure.ac +++ b/configure.ac
@@ -1020,6 +1020,7 @@ netinet/tcp.h \ netinet/tcp_fsm.h \ openssl/ssl.h \ + pthread.h \ pty.h \ pwd.h \ regex.h \