diff --git a/configure/tools/mkmf.pl b/configure/tools/mkmf.pl index 9668ab3db..3208cf25f 100755 --- a/configure/tools/mkmf.pl +++ b/configure/tools/mkmf.pl @@ -28,7 +28,6 @@ use Getopt::Std; my $version = 'mkmf.pl,v 1.5 2002/03/25 21:33:24 jba Exp $ '; my $endline = $/; -my %delim_match = ( q/'/ => q/'/, q/"/ => q/"/); my %output; my @includes; @@ -147,4 +146,3 @@ sub findNextIncName { } return 0; } -