summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--win32/FindExt.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/FindExt.pm b/win32/FindExt.pm
index 5c5a94f625..7ceb1ac703 100644
--- a/win32/FindExt.pm
+++ b/win32/FindExt.pm
@@ -6,7 +6,7 @@ use strict;
use warnings;
my $no = join('|',qw(GDBM_File ODBM_File NDBM_File DB_File
- VMS Syslog IPC-SysV Langinfo));
+ VMS Sys-Syslog IPC-SysV I18N-Langinfo));
$no = qr/^(?:$no)$/i;
my %ext;