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 b/configure index 2d149cc..bf4dd7d 100755 --- a/configure +++ b/configure
@@ -13874,6 +13874,7 @@ + for ac_header in \ arpa/inet.h \ arpa/nameser.h \ @@ -13903,6 +13904,7 @@ netinet/tcp.h \ netinet/tcp_fsm.h \ openssl/ssl.h \ + pthread.h \ pty.h \ pwd.h \ regex.h \