aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <>2005-06-01 12:09:13 +0000
committerreinelt <>2005-06-01 12:09:13 +0000
commit56dec72f14243944fd6578e453db440d901cfd44 (patch)
treee75099960cb3a663fba24451fc575a008801858d /configure
parent0a3a6ca6ab681ff400ef425a78a0a5255edb993a (diff)
downloadlcd4linux-56dec72f14243944fd6578e453db440d901cfd44.tar.gz
[lcd4linux @ 2005-06-01 12:09:11 by reinelt]
removed ^M from lcd4linux_i2c.h; indent.sh run
Diffstat (limited to '')
-rwxr-xr-xconfigure10
1 files changed, 3 insertions, 7 deletions
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"