From: Amick, Eric Date: Tue, 27 Aug 2002 20:09:29 +0000 (+0000) Subject: [perl #16796] Configure script buglet X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b921d661723e8701da56072309db071fd10e051c;p=p5sagit%2Fp5-mst-13.2.git [perl #16796] Configure script buglet From: "Amick, Eric" (via RT) Message-Id: p4raw-id: //depot/perl@17941 --- diff --git a/Configure b/Configure index 11bd5a4..e3faee5 100755 --- a/Configure +++ b/Configure @@ -2154,11 +2154,12 @@ for dir in \$*; do elif test -f \$dir/\$thing.exe; then if test -n "$DJGPP"; then echo \$dir/\$thing.exe - else + exit 0 + elif test "$eunicefix" != ":"; then : on Eunice apparently echo \$dir/\$thing + exit 0 fi - exit 0 fi ;; esac