commit | e7c3ab18740b5b157204b6658aba82f0e6acb1d4 | [log] [tgz] |
---|---|---|
author | Steven Edwards <steven@codeweavers.com> | Mon Oct 04 20:45:49 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Oct 04 20:45:49 2004 +0000 |
tree | 80ac92025302f8c8ab92795fe55b5003c987a86c | |
parent | b96edb38cdf0041a8035c25e73feed350910632c [diff] [blame] |
Check for getuid and avoid the use of it in libwine if we don't have it.
diff --git a/configure b/configure index 58c7778..f6bbde7 100755 --- a/configure +++ b/configure
@@ -16278,6 +16278,7 @@ + for ac_func in \ _lwp_create \ _lwp_self \ @@ -16308,6 +16309,7 @@ getservbyport \ gettid \ gettimeofday \ + getuid \ inet_network \ lseek64 \ lstat \