X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=Configure;h=52d57b2414ef872bf63571161477b51a5507e560;hb=e897d888ddc4bb69b5f488b85e1c82dbaeaf240b;hp=45c47617b7156f6a4f52f6162a87f1bcb439a5de;hpb=8f1f23e8b15dc90b39e5be39711437f27f72b526;p=p5sagit%2Fp5-mst-13.2.git diff --git a/Configure b/Configure index 45c4761..52d57b2 100755 --- a/Configure +++ b/Configure @@ -10156,7 +10156,16 @@ $define) false) dflt='n';; *) dflt='y';; esac - rp="Some systems have problems with vfork(). Do you want to use it?" + cat <<'EOM' + +Perl can only use a vfork() that doesn't suffer from strict +restrictions on calling functions or modifying global data in +the child. For example, glibc-2.1 contains such a vfork() +that is unsuitable. If your system provides a proper fork() +call, chances are that you do NOT want perl to use vfork(). + +EOM + rp="Do you still want to use vfork()?" . ./myread case "$ans" in y|Y) ;;