Forráskód Böngészése

Do not complain about USE_LDCONFIG32

PR:		251431
Submitted by:	gerald
jclarke 3 éve
szülő
commit
334f83e041
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      portlint.pl

+ 1 - 1
portlint.pl

@@ -1830,7 +1830,7 @@ sub checkmakefile {
 		my $lineno = &linenumber($`);
 		&perror("WARN", $file, $lineno, "is $1$2 a user-settable option? ".
 			"Consider using WITH_$2 instead.")
-		if ($1.$2 ne 'USE_GCC');
+		if ($1.$2 ne 'USE_GCC' && $1.$2 ne 'USE_LDCONFIG32');
 	}
 
 	#