about summary refs log tree commit
diff options
context:
space:
mode:
authorGraham Barr <gbarr@pobox.com>1998-04-19 00:08:34 +0000
committerGraham Barr <gbarr@pobox.com>1998-04-19 00:08:34 +0000
commit541ba79ff6222717399650f0da1c58d082c084b3 (patch)
tree659d410d49a2425f3e56db2d51b718b4557a6844
parentb2d5f4a7b176ed93b7945dbabb773af019596196 (diff)
downloadperl-libnet-541ba79ff6222717399650f0da1c58d082c084b3.tar.gz
Makefile.PL
- Patch for running $^X Configure under VMS

-rw-r--r--Makefile.PL2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.PL b/Makefile.PL
index fbfe269..c6c798d 100644
--- a/Makefile.PL
+++ b/Makefile.PL
@@ -63,7 +63,7 @@ foreach (keys %INC) {
  last if ($config_pm = $_) =~ s/^ExtUtils(.)MakeMaker/Net${1}Config/;
 }
 
-system($^X, 'Configure')
+system(($^O eq 'VMS' ? 'mcr ': ()),$^X, 'Configure')
         unless -f $libnet_cfg;
 
  $self->{PM}->{$libnet_cfg} = $self->catfile('$(INST_ARCHLIBDIR)',$config_pm);