summaryrefslogtreecommitdiff
path: root/t/TEST
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-12-03 12:57:23 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-12-03 12:57:23 +0000
commite6af294ea142137c0361c8ceec9119455b62869b (patch)
tree6531757ffe9f71f8a005a3c7c4505b42632adb9a /t/TEST
parentd7f54dbfa747b444735e21d0bfc543c0184f5883 (diff)
downloadperl-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-xt/TEST2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/TEST b/t/TEST
index 5ef012547b..481cc79d82 100755
--- a/t/TEST
+++ b/t/TEST
@@ -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: