see plug-ins/perl/Changes

This commit is contained in:
Marc Lehmann 1999-05-10 22:19:06 +00:00
parent e5bcd76258
commit dfd7efd7ed
2 changed files with 1 additions and 1 deletions

View file

@ -471,7 +471,6 @@ sub AUTOLOAD {
my ($class,$name) = $AUTOLOAD =~ /^(.*)::(.*?)$/;
for(@{"$class\::PREFIXES"}) {
my $sub = $_.$name;
print "checking for $sub(",join(",",@_),")\n";
if (exists $ignore_function{$sub}) {
*{$AUTOLOAD} = sub { () };
goto &$AUTOLOAD;

View file

@ -275,6 +275,7 @@ $GIMP_INC_NOUI = "-I../../ $GIMP_INC_NOUI" if $IN_GIMP;
if ($IN_GIMP) {
$dont_embed = "false";
push(@DIRS,'nolib');
print "configuring in embed/Makefile...\n";
system("cd embed && perl Makefile.PL");
} else {
$dont_embed = "true";