Added decision to include parallel port subdrivers.

If no way to control a PC-style LPT port is found, all subdrivers,
except the PIC-an-LCD will be disabled.
PIC-an-LCD uses the serial port.
This commit is contained in:
robijn
2002-05-06 21:14:14 +00:00
parent 26a63f7d81
commit 289c1c941b
3 changed files with 13 additions and 6 deletions
+5 -1
View File
@@ -119,7 +119,11 @@ dnl else
actdrivers=["$actdrivers lb216"]
;;
hd44780)
DRIVERS="$DRIVERS hd44780${SO}"
if test "$ac_cv_port_have_lpt" = yes ; then
DRIVERS="$DRIVERS hd44780.o hd44780-4bit.o hd44780-ext8bit.o lcd_sem.o hd44780-serialLpt.o hd44780-winamp.o hd44780-picanlcd.o"
else
DRIVERS="$DRIVERS hd44780.o hd44780-picanlcd.o"
fi
actdrivers=["$actdrivers hd44780"]
;;
joy)