Change 17739 by [EMAIL PROTECTED] on 2002/08/20 13:52:18

        Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5
        From: "H.Merijn Brand" <[EMAIL PROTECTED]>
        Date: Tue, 23 Jul 2002 09:21:10 +0200
        Message-id: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/Configure#477 edit

Differences ...

==== //depot/perl/Configure#477 (xtext) ====
Index: perl/Configure
--- perl/Configure#476~17731~   Sat Aug 17 18:57:12 2002
+++ perl/Configure      Tue Aug 20 06:52:18 2002
@@ -6318,6 +6318,9 @@
 '')
        dflt=`./loc . /usr/local /usr/local /local /opt /usr`
        ;;
+*?/)
+       dflt=`echo "$prefix" | sed 's/.$//'`
+       ;;
 *)
        dflt="$prefix"
        ;;
End of Patch.

Reply via email to