commit | 87175c61f5ccd5119a68d1eaedfc0321e61c9543 | [log] [tgz] |
---|---|---|
author | Rob Shearman <robertshearman@gmail.com> | Fri Oct 03 12:55:21 2008 +0100 |
committer | Alexandre Julliard <julliard@winehq.org> | Mon Oct 06 13:06:57 2008 +0200 |
tree | 3db7134c2399abea198d898c8c24b0e139f289c3 | |
parent | c5fbf98ed2035571a911749ba5c1497d790b39f8 [diff] [blame] |
Add configure check for dirent.h and readdir.
diff --git a/configure b/configure index 2875786..c9c04e3 100755 --- a/configure +++ b/configure
@@ -7217,6 +7217,7 @@ + for ac_header in \ AudioUnit/AudioUnit.h \ Carbon/Carbon.h \ @@ -7231,6 +7232,7 @@ capi20.h \ curses.h \ direct.h \ + dirent.h \ dlfcn.h \ elf.h \ float.h \ @@ -17206,6 +17208,7 @@ + for ac_func in \ _pclose \ _popen \ @@ -17249,6 +17252,7 @@ prctl \ pread \ pwrite \ + readdir \ readlink \ rfork \ sched_yield \