diff options
author | reinelt <> | 2006-01-18 11:49:48 +0000 |
---|---|---|
committer | reinelt <> | 2006-01-18 11:49:48 +0000 |
commit | 24a6450d7f203806ec2a41d59928d1c628f21d0a (patch) | |
tree | 1e14de22ec3869127bc28362e3ace752807d9c4d /configure | |
parent | 15b43c0fd012de6fbfd0e1265d4c2b5b19bf9375 (diff) | |
download | lcd4linux-24a6450d7f203806ec2a41d59928d1c628f21d0a.tar.gz |
[lcd4linux @ 2006-01-18 11:49:48 by reinelt]
adopted to lcd-linux-0.9.2
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -5921,7 +5921,8 @@ done # check for LCD-Linux -for ac_header in linux/lcd-linux.h + +for ac_header in linux/lcd-linux.h linux/hd44780.h do as_ac_Header=`echo "ac_cv_header_$ac_header" | $as_tr_sh` if eval "test \"\${$as_ac_Header+set}\" = set"; then @@ -6066,7 +6067,7 @@ if test `eval echo '${'$as_ac_Header'}'` = yes; then _ACEOF has_lcd_linux="true" else - has_lcd_linux="false" + has_lcd_linux="false"; break fi done @@ -6402,8 +6403,8 @@ cat >>confdefs.h <<\_ACEOF _ACEOF else - { echo "$as_me:$LINENO: WARNING: lcd-linux.h not found: LCD-Linux driver disabled" >&5 -echo "$as_me: WARNING: lcd-linux.h not found: LCD-Linux driver disabled" >&2;} + { echo "$as_me:$LINENO: WARNING: linux/lcd-linux.h or linux/hd44780.h not found: LCD-Linux driver disabled" >&5 +echo "$as_me: WARNING: linux/lcd-linux.h or linux/hd44780.h not found: LCD-Linux driver disabled" >&2;} fi fi |