summaryrefslogtreecommitdiff
path: root/configpm
diff options
context:
space:
mode:
Diffstat (limited to 'configpm')
-rwxr-xr-xconfigpm1
1 files changed, 1 insertions, 0 deletions
diff --git a/configpm b/configpm
index b98bf8243b..86abd6d487 100755
--- a/configpm
+++ b/configpm
@@ -274,6 +274,7 @@ if ($OS2::is_aout) {
$preconfig{$_} = $v eq 'undef' ? undef : $v;
}
}
+$preconfig{d_fork} = undef unless $OS2::can_fork; # Some funny cases can't
sub TIEHASH { bless {%preconfig} }
ENDOFSET
} else {