View | Details | Raw Unified | Return to bug 251431
Collapse All | Expand All

(-)portlint (-1 / +2 lines)
Lines 1830-1836 Link Here
1830
		my $lineno = &linenumber($`);
1830
		my $lineno = &linenumber($`);
1831
		&perror("WARN", $file, $lineno, "is $1$2 a user-settable option? ".
1831
		&perror("WARN", $file, $lineno, "is $1$2 a user-settable option? ".
1832
			"Consider using WITH_$2 instead.")
1832
			"Consider using WITH_$2 instead.")
1833
		if ($1.$2 ne 'USE_GCC');
1833
		if ($1.$2 ne 'USE_GCC'
1834
		 && $1.$2 ne 'USE_LDCONFIG32');
1834
	}
1835
	}
1835
1836
1836
	#
1837
	#

Return to bug 251431