diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-28 17:31:34 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1999-09-28 17:31:34 +0000 |
commit | a689d17c141724192b54fa97a3c59fafae045cf3 (patch) | |
tree | 8846e0d354247814cc605aafef7b63850efc3016 /lib | |
parent | 392fd9a94165daf82c15b1f01e53aa1291cee0c1 (diff) | |
download | perl-a689d17c141724192b54fa97a3c59fafae045cf3.tar.gz |
change#4236 fallout
p4raw-link: @4236 on //depot/perl: 045453ec55d824e77191d868f07b6aa6ada39395
p4raw-id: //depot/perl@4245
Diffstat (limited to 'lib')
-rw-r--r-- | lib/ExtUtils/MM_Unix.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ExtUtils/MM_Unix.pm b/lib/ExtUtils/MM_Unix.pm index 5e12773953..88240764d4 100644 --- a/lib/ExtUtils/MM_Unix.pm +++ b/lib/ExtUtils/MM_Unix.pm @@ -377,7 +377,7 @@ sub cflags { if ($Is_PERL_OBJECT) { $self->{CCFLAGS} =~ s/-DPERL_OBJECT(\b|$)/-DPERL_CAPI/g; - if ($Is_Win32 && $Config{'cc'} =~ /^cl.exe/i) { + if ($Is_Win32 && $Config{'cc'} =~ /^cl/i) { # Turn off C++ mode of the MSC compiler $self->{CCFLAGS} =~ s/-TP(\s|$)//; $self->{OPTIMIZE} =~ s/-TP(\s|$)//; |