In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/df31f9b1de77eb9c8ff8fe7f8a21ed9e23a12915?hp=938cfd5cbc71c8edc25160094f2b45a593724fb5>
- Log ----------------------------------------------------------------- commit df31f9b1de77eb9c8ff8fe7f8a21ed9e23a12915 Author: H.Merijn Brand <[email protected]> Date: Wed May 6 14:02:22 2009 +0200 -Duserelocatableinc and -Duseshrplib don't work together Extra explaining needed in INSTALL ----------------------------------------------------------------------- Summary of changes: Configure | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/Configure b/Configure index ed36e69..54771b1 100755 --- a/Configure +++ b/Configure @@ -25,7 +25,7 @@ # $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $ # -# Generated on Wed Mar 25 17:28:24 CET 2009 [metaconfig 3.5 PL0] +# Generated on Wed May 6 14:01:08 CEST 2009 [metaconfig 3.5 PL0] # (with additional metaconfig patches by [email protected]) cat >c1$$ <<EOF @@ -8189,6 +8189,13 @@ esac case "$useshrplib" in true) + case "$userelocatableinc" in + true|define) + echo "Cannot build with both -Duserelocatableinc and -Duseshrplib" >&4 + echo "See INSTALL for an explanation why that won't work." >&4 + exit 4 + ;; + esac case "$libperl" in '') # Figure out a good name for libperl.so. Since it gets stored in -- Perl5 Master Repository
