diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-05-06 14:02:22 +0200 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-05-06 14:02:22 +0200 |
commit | df31f9b1de77eb9c8ff8fe7f8a21ed9e23a12915 (patch) | |
tree | 245dc9a4803cd403ccba0b4e33a5da62777d7202 /Configure | |
parent | 938cfd5cbc71c8edc25160094f2b45a593724fb5 (diff) | |
download | perl-df31f9b1de77eb9c8ff8fe7f8a21ed9e23a12915.tar.gz |
-Duserelocatableinc and -Duseshrplib don't work together
Extra explaining needed in INSTALL
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 9 |
1 files changed, 8 insertions, 1 deletions
@@ -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 perlbug@perl.org) 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 |