summaryrefslogtreecommitdiff
path: root/Master/tlpkg/tlperl/lib/Tk/MMutil.pm
diff options
context:
space:
mode:
Diffstat (limited to 'Master/tlpkg/tlperl/lib/Tk/MMutil.pm')
-rw-r--r--Master/tlpkg/tlperl/lib/Tk/MMutil.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/tlpkg/tlperl/lib/Tk/MMutil.pm b/Master/tlpkg/tlperl/lib/Tk/MMutil.pm
index 1a69e56c12c..7a78c1b7ebe 100644
--- a/Master/tlpkg/tlperl/lib/Tk/MMutil.pm
+++ b/Master/tlpkg/tlperl/lib/Tk/MMutil.pm
@@ -9,7 +9,7 @@ use Carp;
use File::Basename;
use vars qw($VERSION);
-$VERSION = '4.024';
+$VERSION = '4.025';
# warn __FILE__." $VERSION\n";
@@ -551,7 +551,7 @@ sub TkExtMakefile
$i = "-I$tk $i";
$i = "-I$ptk $i";
}
- if ($IsWin32 && $Config{'cc'} =~ /^gcc/i)
+ if ($IsWin32 && $Config{'cc'} =~ /gcc/i)
{
my $base = $Config{'libpth'};
#$base =~ s#lib$#i386-mingw32/lib#;