see plug-ins/perl/Changes
This commit is contained in:
parent
e5bcd76258
commit
dfd7efd7ed
2 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in a new issue