summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2004-11-06 23:06:29 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2004-11-06 23:06:29 +0000
commit336969e490d71c316a42fabeccda87f798e562dd (patch)
treeffc4cdf1836320984dae8bd5566019a2d7627b21 /configure
parentbffe45a72c4828070db380c955042b51d22d57f7 (diff)
downloadpostgresql-336969e490d71c316a42fabeccda87f798e562dd.tar.gz
Add code to find_my_exec() to resolve a symbolic link down to the
actual executable location. This allows people to continue to use setups where, eg, postmaster is symlinked from a convenient place. Per gripe from Josh Berkus.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure3
1 files changed, 2 insertions, 1 deletions
diff --git a/configure b/configure
index 7e0a563444..b53dc77230 100755
--- a/configure
+++ b/configure
@@ -11295,7 +11295,8 @@ test $ac_cv_func_memcmp_working = no && LIBOBJS="$LIBOBJS memcmp.$ac_objext"
-for ac_func in cbrt dlopen fcvt fdatasync getpeereid memmove poll pstat setproctitle setsid sigprocmask symlink sysconf towlower utime utimes waitpid wcstombs
+
+for ac_func in cbrt dlopen fcvt fdatasync getpeereid memmove poll pstat readlink setproctitle setsid sigprocmask symlink sysconf towlower utime utimes waitpid wcstombs
do
as_ac_var=`echo "ac_cv_func_$ac_func" | $as_tr_sh`
echo "$as_me:$LINENO: checking for $ac_func" >&5