From: Jarkko Hietaniemi Date: Mon, 3 Dec 2001 12:57:23 +0000 (+0000) Subject: No use talking about dynamic library search patch X-Git-Tag: accepted/trunk/20130322.191538~29063 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e6af294ea142137c0361c8ceec9119455b62869b;p=platform%2Fupstream%2Fperl.git No use talking about dynamic library search patch unless we are having a dynamic build. p4raw-id: //depot/perl@13433 --- diff --git a/t/TEST b/t/TEST index 5ef0125..481cc79 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 <