2.4.0-test11(-ac4)/i386 configure bug

From: Jeff Epler (jepler@inetnebr.com)
Date: Sun Nov 26 2000 - 11:11:15 EST


(not affected by the -ac4 patch, the file in question is not touched)

Parallel printer support (CONFIG_PRINTER) [N/m/?] (NEW) m
  Support for console on line printer (CONFIG_LP_CONSOLE) [N/y/?] (NEW)

Suggested change:

--- linux-2.4.0-test11/drivers/char/Config.in.orig Sun Nov 26 10:05:10 2000
+++ linux-2.4.0-test11/drivers/char/Config.in Sun Nov 26 10:05:38 2000
@@ -75,7 +75,7 @@
 fi
 if [ "$CONFIG_PARPORT" != "n" ]; then
    dep_tristate 'Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
- if [ "$CONFIG_PRINTER" != "n" ]; then
+ if [ "$CONFIG_PRINTER" = "y" ]; then
       bool ' Support for console on line printer' CONFIG_LP_CONSOLE
    fi
    dep_tristate 'Support for user-space parallel port device drivers' CONFIG_PPDEV $CONFIG_PARPORT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/



This archive was generated by hypermail 2b29 : Thu Nov 30 2000 - 21:00:15 EST