diff options
| author | Tom Lane | 2010-05-13 22:07:43 +0000 |
|---|---|---|
| committer | Tom Lane | 2010-05-13 22:07:43 +0000 |
| commit | 382ff21203ae1c13c2c93a483b098608f35a7251 (patch) | |
| tree | 494ad266440bc7536fcf9e4225f92515323ae8d7 /configure | |
| parent | 2a73ee59dbdeb7bf05ff1b3fadb28992245904e0 (diff) | |
Fix up lame idea of not using autoconf to determine if platform has scandir().
Should fix buildfarm failures.
Diffstat (limited to 'configure')
| -rwxr-xr-x | configure | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18494,7 +18494,8 @@ fi -for ac_func in cbrt dlopen fcvt fdatasync getifaddrs getpeereid getpeerucred getrlimit memmove poll pstat readlink setproctitle setsid sigprocmask symlink sysconf towlower utime utimes waitpid wcstombs + +for ac_func in cbrt dlopen fcvt fdatasync getifaddrs getpeereid getpeerucred getrlimit memmove poll pstat readlink scandir setproctitle setsid sigprocmask symlink sysconf towlower utime utimes waitpid wcstombs do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |
