From: H.Merijn Brand Date: Tue, 23 Jul 2002 09:21:10 +0000 (+0200) Subject: Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=30e7fb8a3219c29103ee46480c5ed6162f1ce92b;p=p5sagit%2Fp5-mst-13.2.git Re: [perl #15326] Not OK: perl v5.8.0 on i686-linux-64int-ld 2.4.5 From: "H.Merijn Brand" Message-id: <20020723092051.184C.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@17739 --- diff --git a/Configure b/Configure index af64580..e65ab41 100755 --- a/Configure +++ b/Configure @@ -6318,6 +6318,9 @@ case "$prefix" in '') dflt=`./loc . /usr/local /usr/local /local /opt /usr` ;; +*?/) + dflt=`echo "$prefix" | sed 's/.$//'` + ;; *) dflt="$prefix" ;;