diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1997-11-19 00:07:10 -0800 |
---|---|---|
committer | Malcolm Beattie <mbeattie@sable.ox.ac.uk> | 1997-11-25 12:27:35 +0000 |
commit | f7542a9d64058383949b49dafe0a654c777d57f8 (patch) | |
tree | 2b4ff5e8a22efb4db7d83eb40de204b7600cfc4d /Configure | |
parent | 3ee700d1417d4c874074ae89df62860d55ace0cc (diff) | |
download | perl-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-x | Configure | 28 |
1 files changed, 2 insertions, 26 deletions
@@ -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 " " |