aboutsummaryrefslogtreecommitdiffstats
path: root/drivers.m4
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-05-25 19:54:15 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-05-25 19:54:15 +0000
commit724c7f8cd64c89cab261c0e3188398395cf09fd4 (patch)
tree5d16cbca6e753d64d0ae008d91af49139b6c4743 /drivers.m4
parent1c10cacd115707162f03422294fbcb1363016615 (diff)
downloadlcd4linux-724c7f8cd64c89cab261c0e3188398395cf09fd4.tar.gz
[lcd4linux @ 2004-05-25 19:54:11 by reinelt]
'make distcheck' bugs fixed release number changed to 0.10.0-RC1 git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@434 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'drivers.m4')
-rw-r--r--drivers.m411
1 files changed, 1 insertions, 10 deletions
diff --git a/drivers.m4 b/drivers.m4
index 47e1600..e1c84f7 100644
--- a/drivers.m4
+++ b/drivers.m4
@@ -11,7 +11,7 @@ AC_ARG_WITH(
[ possible drivers are:]
[ BeckmannEgle, CrystalFontz, Curses, Cwlinux,]
[ HD44780, M50530, T6963, USBLCD, MatrixOrbital,]
- [ MilfordInstruments, PalmPilot, PNG, PPM, X11],
+ [ MilfordInstruments, PNG, PPM, X11],
drivers=$withval,
drivers=all
)
@@ -77,9 +77,6 @@ for driver in $drivers; do
MilfordInstruments)
MILINST=$val
;;
- PalmPilot)
- PALMPILOT=$val
- ;;
PNG)
PNG=$val
;;
@@ -182,12 +179,6 @@ if test "$MILINST" = "yes"; then
AC_DEFINE(WITH_MILINST,1,[Milford Instruments driver])
fi
-if test "$PALMPILOT" = "yes"; then
-# DRIVERS="$DRIVERS PalmPilot.lo"
-# DRIVERS="$DRIVERS PalmPilot.o"
- AC_DEFINE(WITH_PALMPILOT,1,[PalmPilot driver])
-fi
-
if test "$PNG" = "yes"; then
if test "$has_gd" = "true"; then
GRAPHIC="yes"