summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Lane2010-05-13 22:07:43 +0000
committerTom Lane2010-05-13 22:07:43 +0000
commit382ff21203ae1c13c2c93a483b098608f35a7251 (patch)
tree494ad266440bc7536fcf9e4225f92515323ae8d7 /configure
parent2a73ee59dbdeb7bf05ff1b3fadb28992245904e0 (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-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index b91de5909f..0eb8a3ec07 100755
--- a/configure
+++ b/configure
@@ -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