Re: 2.1.109ac1 is out

Alan Cox (alan@lxorguk.ukuu.org.uk)
Fri, 17 Jul 1998 20:40:28 +0100 (BST)


> +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"?

Well it would work a lot better that way I have to admit. Fixed for ac2

-
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