[PATCH] 2.4.9-ac2 fix typo in drivers/video/Config.in

From: Steven Cole (elenstev@mesatop.com)
Date: Mon Aug 27 2001 - 11:43:34 EST


Here is a patchlet to fix a typo (missing $). I found this while trying to fix
this problem observed while trying to make xconfig for 2.4.9-ac2:

Error in startup script: syntax error in expression "($CONFIG_VT == 1) && ($CONFIG_EXPERIMENTAL == 1) && ($CONFIG"
    ("if" test expression)
    while compiling
"if {($CONFIG_VT == 1) && ($CONFIG_EXPERIMENTAL == 1) && ($CONFIG_FB == 1) && ($CONFIG_FBCON_ADVANCED != 1) && ($CONFIG_FB_ACORN != 1 && $CONFIG_FB_ATA..."
    (compiling body of proc "update_define_menu63", line 180)
    invoked from within
"update_define_menu$i"
    (procedure "update_define" line 3)
    invoked from within
"update_define 1 $total_menus 0"
    (file "scripts/kconfig.tk" line 23383)
make: *** [xconfig] Error 1

The following patch doesn't fix that, but it seems to be related.

Steven

--- linux/drivers/video/Config.in.ac2 Mon Aug 27 12:18:00 2001
+++ linux/drivers/video/Config.in Mon Aug 27 12:23:15 2001
@@ -292,7 +292,7 @@
               "$CONFIG_FB_P9100" = "m" -o "$CONFIG_FB_ATY128" = "m" -o \
               "$CONFIG_FB_RIVA" = "m" -o "$CONFIG_FB_3DFX" = "m" -o \
               "$CONFIG_FB_SGIVW" = "m" -o "$CONFIG_FB_CYBER2000" = "m" -o \
- "$CONFIG_FB_PMAG_BA" = "m" -o "CONFIG_FB_PMAGB_B" = "m" -o \
+ "$CONFIG_FB_PMAG_BA" = "m" -o "$CONFIG_FB_PMAGB_B" = "m" -o \
               "$CONFIG_FB_MAXINE" = "m" -o "$CONFIG_FB_RADEON" = "m" -o \
               "$CONFIG_FB_SA1100" = "m" -o "$CONFIG_FB_SIS" = "m" -o \
               "$CONFIG_FB_TX3912" = "m" -o ]; then
-
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 : Fri Aug 31 2001 - 21:00:24 EST