From e67defae0e8c2302a57b69e17041ac508c4237b0 Mon Sep 17 00:00:00 2001 From: gfk Date: Sat, 3 Nov 2001 14:33:03 +0000 Subject: [PATCH] Small fix for the autoconf support of the t6963 driver by mythos. --- acconfig.h | 2 ++ acinclude.m4 | 8 ++++---- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/acconfig.h b/acconfig.h index 595d934..f92e10c 100644 --- a/acconfig.h +++ b/acconfig.h @@ -56,6 +56,8 @@ #undef STV5730_DRV +#undef T6963_DRV + /* Define the package name */ #undef PACKAGE diff --git a/acinclude.m4 b/acinclude.m4 index a0f50b1..b0531a0 100644 --- a/acinclude.m4 +++ b/acinclude.m4 @@ -6,14 +6,14 @@ AC_ARG_ENABLE(drivers, [ drivers may be separated with commas.] [ Possible choices are:] [ mtxorb,cfontz,curses,text,lb216,] - [ hd44780,joy,irman,lircin,bayrad,] - [ glk,stv5730,sed1520,svgalib,lcdm001] + [ hd44780,joy,irman,lircin,bayrad,glk,] + [ stv5730,sed1520,svgalib,lcdm001,t6963] [ \"all\" compiles all drivers], drivers="$enableval", drivers=[lcdm001,mtxorb,cfontz,curses,text,lb216,bayrad,glk]) if test "$drivers" = "all"; then - drivers=[mtxorb,cfontz,curses,text,lb216,hd44780,joy,irman,lircin,bayrad,glk,stv5730,sed1520,svgalib,lcdm001] + drivers=[mtxorb,cfontz,curses,text,lb216,hd44780,joy,irman,lircin,bayrad,glk,stv5730,sed1520,svgalib,lcdm001,t6963] fi drivers=`echo $drivers | sed 's/,/ /g'` @@ -153,7 +153,7 @@ dnl else t6963) DRIVERS="$DRIVERS t6963.o" AC_DEFINE(T6963_DRV) - actdrivers=[$actdrivers sed1520] + actdrivers=["$actdrivers t6963"] ;; *) AC_MSG_ERROR([Unknown driver $driver])