Re: 2.1.109ac1 is out

Tim Waugh (tim@cyberelk.demon.co.uk)
Fri, 17 Jul 1998 20:09:53 +0100 (BST)


In 2.1.109ac1:

@@ -48,9 +48,9 @@
int ' Receiver timeout' CONFIG_ESPSERIAL_RX_TMOUT 128
fi
fi
-if [ "$CONFIG_PARPORT" != "n" ]; then
+if [ "$CONFIG_PARPORT" = "y" -o "$CONFIG_PARPORT" = "m" ]; then
dep_tristate 'Parallel printer support' CONFIG_PRINTER $CONFIG_PARPORT
- if [ "$CONFIG_PRINTER" != "n" ]; then
+ if [ "$CONFIG_PRINTER" = "y" -o "$CONFIG_PARPORT" = "m" ]; then
^^^^^^^
bool ' Support IEEE1284 status readback' CONFIG_PRINTER_READBACK
fi
fi

Shouldn't that read "PRINTER"?

Tim.
*/

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.altern.org/andrebalsa/doc/lkml-faq.html