Explorar el Código

Do not complain about USE_LDCONFIG32

PR:		251431
Submitted by:	gerald
jclarke hace 3 años
padre
commit
334f83e041
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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');
 	}
 
 	#