From: Jarkko Hietaniemi Date: Tue, 1 Dec 1998 10:51:37 +0000 (+0000) Subject: Default to accepting a hinted $randfunc even when $csym X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=c7404c214c8382be08fc3c8ba7390a940642c871;p=p5sagit%2Fp5-mst-13.2.git Default to accepting a hinted $randfunc even when $csym does not find it. (the previous defaylt behaviour was not to accept). p4raw-id: //depot/cfgperl@2427 --- diff --git a/Configure b/Configure index db88d84..94fe25b 100755 --- a/Configure +++ b/Configure @@ -10510,8 +10510,8 @@ while $test "$cont"; do if set $ans val -f; eval $csym; $val; then cont='' else - dflt=n - rp="Function $ans does not exist. Use that name anyway?" + dflt=y + rp="I cannot find function $ans. Use that name anyway?" . ./myread dflt=rand case "$ans" in