lkml.org 
[lkml]   [2001]   [Aug]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
SubjectRe: Linux 2.4.9-ac4
From
Date
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/

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