summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorLeon Timmermans <fawaka@gmail.com>2021-02-07 00:30:05 +0100
committerLeon Timmermans <fawaka@gmail.com>2022-06-14 19:41:17 +0200
commitf15e478c60445e7053811660fb7e10b6c857569e (patch)
tree0e70b9fdacf2bf068866f77fda233a702b9c3069 /Configure
parent1ecb5180fc3382074c309f589c602ea082d9b2fd (diff)
downloadperl-f15e478c60445e7053811660fb7e10b6c857569e.tar.gz
Update libsearch paths for cygwin
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure10
1 files changed, 10 insertions, 0 deletions
diff --git a/Configure b/Configure
index f8050a3ce5..ee63ae6047 100755
--- a/Configure
+++ b/Configure
@@ -5266,6 +5266,16 @@ for thislib in $libswanted; do
$test -f "$xxx" && libstyle=shared
fi
if test ! -f "$xxx"; then
+ xxx=$thisdir/lib$thislib.$so$_a
+ $test -f "$xxx" && eval $libscheck
+ $test -f "$xxx" && libstyle="import"
+ fi
+ if test ! -f "$xxx"; then
+ xxx=$thisdir/$thislib.$so$_a
+ $test -f "$xxx" && eval $libscheck
+ $test -f "$xxx" && libstyle="import"
+ fi
+ if test ! -f "$xxx"; then
xxx=$thisdir/lib$thislib.$so
$test -f "$xxx" && eval $libscheck
$test -f "$xxx" && libstyle=shared