PPPort IVSIZE and SvPV_nolen
[p5sagit/p5-mst-13.2.git] / Configure
index af64580..e65ab41 100755 (executable)
--- 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"
        ;;