[perl #16796] Configure script buglet
Amick, Eric [Tue, 27 Aug 2002 20:09:29 +0000 (20:09 +0000)]
From: "Amick, Eric" (via RT) <perlbug@perl.org>
Message-Id: <rt-16796-35837.19.7072355819815@bugs6.perl.org>

p4raw-id: //depot/perl@17941

Configure

index 11bd5a4..e3faee5 100755 (executable)
--- 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