lkml.org 
[lkml]   [2003]   [Jul]   [11]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Subject2.4.21 - minor config glitch
From
Date
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>

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.045 / U:0.172 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site