diff options
author | Bruce Momjian | 2011-11-18 02:59:04 +0000 |
---|---|---|
committer | Bruce Momjian | 2011-11-18 02:59:49 +0000 |
commit | 7012b5edb7f12be9f9d2816bb64fcb80515cc18c (patch) | |
tree | 6cf5ecf4711ed588752a6ea353c2ae6e75a16dc9 /configure | |
parent | fc6d1006bda783cc002c61a5f072905849dbde4b (diff) |
Remove scandir() requirement in pg_upgrade; instead just use readdir()
--- we were not using the scandir pattern filtering anyway. This also
removes the scandir requirement in configure.
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure b/configure index 58fea907ea6..de9ba5af62e 100755 --- a/configure +++ b/configure @@ -18987,8 +18987,7 @@ fi - -for ac_func in cbrt dlopen fcvt fdatasync getifaddrs getpeerucred getrlimit memmove poll pstat readlink scandir setproctitle setsid sigprocmask symlink sysconf towlower utime utimes waitpid wcstombs wcstombs_l +for ac_func in cbrt dlopen fcvt fdatasync getifaddrs getpeerucred getrlimit memmove poll pstat readlink setproctitle setsid sigprocmask symlink sysconf towlower utime utimes waitpid wcstombs wcstombs_l do as_ac_var=`$as_echo "ac_cv_func_$ac_func" | $as_tr_sh` { $as_echo "$as_me:$LINENO: checking for $ac_func" >&5 |