diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-08 19:18:17 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-02-08 19:18:17 +0000 |
commit | 6b20d41b70d65d1c7134ef7be518afdd9f0152d7 (patch) | |
tree | 35e5d3e18f737059baeaf43cb8c605905c65c66e /Configure | |
parent | c2da85259769a501f37eccb0a97c76f0e641e0ba (diff) | |
download | perl-6b20d41b70d65d1c7134ef7be518afdd9f0152d7.tar.gz |
The Configure change to go with #14604.
p4raw-id: //depot/perl@14605
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ # $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $ # -# Generated on Fri Feb 8 17:01:30 EET 2002 [metaconfig 3.0 PL70] +# Generated on Fri Feb 8 22:04:29 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <<EOF @@ -7645,7 +7645,7 @@ if "$useshrplib"; then freebsd|netbsd) xxx="-Wl,-R$shrpdir" ;; - linux|irix*|dec_osf) + bsdos|linux|irix*|dec_osf) xxx="-Wl,-rpath,$shrpdir" ;; next) |