linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.21 - minor config glitch
@ 2003-07-11 11:47 Alan Brady
  2003-07-11 13:57 ` Tomas Szepe
  0 siblings, 1 reply; 3+ messages in thread
From: Alan Brady @ 2003-07-11 11:47 UTC (permalink / raw)
  To: linux-kernel

Not a bug, but some apps choke when trying to parse the missing
condition. 


/usr/src/linux-2.4.21//drivers/char/Config.in, line 161:

	if [ "$CONFIG_PPC64" ] ; then 
                   ^^^

I presume this should get set as
 
	if [ "$CONFIG_PPC64" = "y" ] ; then

Alan

-- 
Alan Brady <Alan.C.Brady@ex.ac.uk>


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-07-11 14:13 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-11 11:47 2.4.21 - minor config glitch Alan Brady
2003-07-11 13:57 ` Tomas Szepe
2003-07-11 14:28   ` Alan Brady

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).