summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndy Broad <andy@broad.ology.org.uk>2015-08-13 19:09:25 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2015-09-05 11:12:41 -0400
commit68b32a2a1e2d9d89ce1a93c5a8925497afd3e021 (patch)
tree378ac275be8584ad0a2b9b4def51546bd2f37709
parent683e3b31e8b72ccea0ba577bdee2bc58caa738ad (diff)
downloadperl-68b32a2a1e2d9d89ce1a93c5a8925497afd3e021.tar.gz
amigaos4: Configure: allow hinting d_procselfexe
Trying to access /proc causes the system to try to mount such a thing. (And there is no process file system in AmigaOS, anyway.)
-rwxr-xr-xConfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/Configure b/Configure
index 6eb478d721..d0ebb2eb35 100755
--- a/Configure
+++ b/Configure
@@ -17163,6 +17163,8 @@ eval $inlibc
echo " "
procselfexe=''
val="$undef"
+case "$d_procselfexe" in
+'')
case "$d_readlink" in
"$define")
: NetBSD first as /proc/self is a symlink to /proc/curproc, and it feels
@@ -17187,6 +17189,8 @@ esac
$rm -f reflect
set d_procselfexe
eval $setvar
+;;
+esac
: backward compatibility for d_hvfork
if test X$d_hvfork != X; then