From 56dec72f14243944fd6578e453db440d901cfd44 Mon Sep 17 00:00:00 2001 From: reinelt <> Date: Wed, 1 Jun 2005 12:09:13 +0000 Subject: [lcd4linux @ 2005-06-01 12:09:11 by reinelt] removed ^M from lcd4linux_i2c.h; indent.sh run --- configure | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) (limited to 'configure') diff --git a/configure b/configure index 3c7b98e..ba81926 100755 --- a/configure +++ b/configure @@ -5451,10 +5451,6 @@ fi done -# check for i2c -has_i2c="true" - - # check for serdisplib for ac_header in serdisplib/serdisp.h @@ -5993,7 +5989,7 @@ TEXT="no" GRAPHIC="no" IMAGE="no" -# generic I/O drivers +# generiv I/O drivers PARPORT="no" SERIAL="no" I2C="no" @@ -6305,7 +6301,7 @@ fi # generic i2c driver if test "$I2C" = "yes"; then - DRIVERS="$DRIVERS drv_generic_i2c.o" + DRIVERS="$DRIVERS drv_generic_i2c.o" cat >>confdefs.h <<\_ACEOF #define WITH_I2C 1 @@ -6339,7 +6335,7 @@ for plugin in $plugins; do case $plugin in !*) val="no" - driver=`echo $plugin|cut -c 2-` + plugin=`echo $plugin|cut -c 2-` ;; *) val="yes" -- cgit v1.2.3