summaryrefslogtreecommitdiff
path: root/source4/pidl/idl.yp
diff options
context:
space:
mode:
Diffstat (limited to 'source4/pidl/idl.yp')
-rw-r--r--source4/pidl/idl.yp3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/pidl/idl.yp b/source4/pidl/idl.yp
index 0f5b17e0fa..ce8100722b 100644
--- a/source4/pidl/idl.yp
+++ b/source4/pidl/idl.yp
@@ -319,7 +319,6 @@ optional_semicolon:
# start code
%%
-use config qw(%config);
use Parse::Pidl::Util;
#####################################################################
@@ -423,7 +422,7 @@ sub parse_idl($$)
undef $/;
my $cpp = $ENV{CPP};
if (! defined $cpp) {
- $cpp = $config::config{'CPP'};
+ $cpp = "CPP";
}
my $data = `$cpp -D__PIDL__ -xc $filename`;
$/ = $saved_delim;