2.4.21 - minor config glitch

From: Alan Brady (Alan.C.Brady@exeter.ac.uk)
Date: Fri Jul 11 2003 - 06:47:43 EST


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/



This archive was generated by hypermail 2b29 : Tue Jul 15 2003 - 22:00:39 EST