From 724c7f8cd64c89cab261c0e3188398395cf09fd4 Mon Sep 17 00:00:00 2001 From: reinelt Date: Tue, 25 May 2004 19:54:15 +0000 Subject: [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 --- drivers.m4 | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'drivers.m4') 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" -- cgit v1.2.3