diff options
author | reinelt <> | 2005-06-01 12:09:13 +0000 |
---|---|---|
committer | reinelt <> | 2005-06-01 12:09:13 +0000 |
commit | 56dec72f14243944fd6578e453db440d901cfd44 (patch) | |
tree | e75099960cb3a663fba24451fc575a008801858d /configure | |
parent | 0a3a6ca6ab681ff400ef425a78a0a5255edb993a (diff) | |
download | lcd4linux-56dec72f14243944fd6578e453db440d901cfd44.tar.gz |
[lcd4linux @ 2005-06-01 12:09:11 by reinelt]
removed ^M from lcd4linux_i2c.h; indent.sh run
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 10 |
1 files changed, 3 insertions, 7 deletions
@@ -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" |