commit | e293074100ad2634db31899c2cf29a28ee7a77a1 | [log] [tgz] |
---|---|---|
author | Alexandre Julliard <julliard@winehq.org> | Thu Jan 08 05:07:05 2004 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Thu Jan 08 05:07:05 2004 +0000 |
tree | 6393308d7da3a23988bde0055defb3b6c9c4c4af | |
parent | 36048242624c873e0bc752a15a5bd116fcf4c93c [diff] [blame] |
Added configure check for readlink.
diff --git a/configure b/configure index 7ad9bc2..aeff6d6 100755 --- a/configure +++ b/configure
@@ -15484,6 +15484,7 @@ + for ac_func in \ _lwp_create \ _lwp_self \ @@ -15519,6 +15520,7 @@ popen \ pread \ pwrite \ + readlink \ rfork \ select \ sendmsg \