summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>1997-11-19 00:07:10 -0800
committerMalcolm Beattie <mbeattie@sable.ox.ac.uk>1997-11-25 12:27:35 +0000
commitf7542a9d64058383949b49dafe0a654c777d57f8 (patch)
tree2b4ff5e8a22efb4db7d83eb40de204b7600cfc4d /Configure
parent3ee700d1417d4c874074ae89df62860d55ace0cc (diff)
downloadperl-f7542a9d64058383949b49dafe0a654c777d57f8.tar.gz
Remove bincompat3 support:
Subject: Re: ANNOUNCE: perl5.004_54 is available p4raw-id: //depot/perl@288
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure28
1 files changed, 2 insertions, 26 deletions
diff --git a/Configure b/Configure
index 97dc199307..1fce22d19f 100755
--- a/Configure
+++ b/Configure
@@ -2598,32 +2598,8 @@ $undef$define) . ./whoa; eval "$var=\$tu";;
*) eval "$var=$val";;
esac'
-$cat <<EOM
-
-Perl 5.004 can be compiled for binary compatibility with 5.003.
-If you decide to do so, you will be able to continue using any
-extensions that were compiled for Perl 5.003. However, binary
-compatibility forces Perl to expose some of its internal symbols
-in the same way that 5.003 did. So you may have symbol conflicts
-if you embed a binary-compatible Perl in other programs.
-
-EOM
-case "$d_bincompat3" in
-"$undef") dflt=n ;;
-*) dflt=y ;;
-esac
-rp='Binary compatibility with Perl 5.003?'
-. ./myread
-case "$ans" in
-y*) val="$define" ;;
-*) val="$undef" ;;
-esac
-set d_bincompat3
-eval $setvar
-case "$d_bincompat3" in
-"$define") bincompat3=y ;;
-*) bincompat3=n ;;
-esac
+: bincompat3 is no more even possible starting with 5.005
+d_bincompat3=$undef
: make some quick guesses about what we are up against
echo " "