summaryrefslogtreecommitdiff
path: root/installperl
diff options
context:
space:
mode:
Diffstat (limited to 'installperl')
-rwxr-xr-xinstallperl2
1 files changed, 1 insertions, 1 deletions
diff --git a/installperl b/installperl
index b576d8b847..ddd06fa6d7 100755
--- a/installperl
+++ b/installperl
@@ -162,7 +162,7 @@ if ($Is_Cygwin) {
$perldll = 'perl56.' . $dlext if $Config{'ccflags'} =~ /PERL_OBJECT/i;
}
- if ($dlsrc != "dl_none.xs") {
+ if ($dlsrc ne "dl_none.xs") {
-f $perldll || die "No perl DLL built\n";
# Install the DLL