Re: Linux 2.4.9-ac4

Robert Love (rml@tech9.net)
30 Aug 2001 13:50:35 -0400


On Thu, 2001-08-30 at 10:46, Alan Cox wrote:
> 2.4.9-ac4
> <snip>

`make xconfig' fails on 2.4.9-ac4 with:
drivers/video/Config.in: 359: unterminated 'if' condition

...someone forgot a /. following patch fixes it:

--- linux-2.4.9-ac4/drivers/video/Config.in Thu Aug 30 13:22:04 2001
+++ linux/drivers/video/Config.in Thu Aug 30 13:45:47 2001
@@ -356,7 +356,7 @@
"$CONFIG_FB_RIVA" = "y" -o "$CONFIG_FB_ATY128" = "y" -o \
"$CONFIG_FB_FM2" = "y" -o "$CONFIG_FB_SGIVW" = "y" -o \
"$CONFIG_FB_RADEON" = "y" -o "$CONFIG_FB_PVR2" = "y" -o \
- "$CONFIG_FB_3DFX" = "y" -o "$CONFIG_FB_SIS" = "y" -o
+ "$CONFIG_FB_3DFX" = "y" -o "$CONFIG_FB_SIS" = "y" -o \
"$CONFIG_FB_VOODOO1" = "y" ]; then
define_tristate CONFIG_FBCON_CFB32 y
else

-- 
Robert M. Love
rml at ufl.edu
rml at tech9.net

- 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/