diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-03 12:57:23 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-12-03 12:57:23 +0000 |
commit | e6af294ea142137c0361c8ceec9119455b62869b (patch) | |
tree | 6531757ffe9f71f8a005a3c7c4505b42632adb9a /t/TEST | |
parent | d7f54dbfa747b444735e21d0bfc543c0184f5883 (diff) | |
download | perl-e6af294ea142137c0361c8ceec9119455b62869b.tar.gz |
No use talking about dynamic library search patch
unless we are having a dynamic build.
p4raw-id: //depot/perl@13433
Diffstat (limited to 't/TEST')
-rwxr-xr-x | t/TEST | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -312,7 +312,7 @@ SHRDLU_1 ### in the 't' directory since most (>=80%) of the tests succeeded. SHRDLU_2 if (eval {require Config; import Config; 1}) { - if (my $p = $Config{ldlibpthname}) { + if ($Config{usedl} && (my $p = $Config{ldlibpthname})) { warn <<SHRDLU_3; ### You may have to set your dynamic library search path, ### $p, to point to the build directory: |