diff options
author | reinelt <> | 2004-05-28 13:51:42 +0000 |
---|---|---|
committer | reinelt <> | 2004-05-28 13:51:42 +0000 |
commit | 640f6efc46a03643d99938c0b220547c3d3f33eb (patch) | |
tree | 22b61be8f2463853557dccb6649e0f6d054cdf55 /configure | |
parent | 1e39731c43c5db31f4335f5cd077c785d9c86651 (diff) | |
download | lcd4linux-640f6efc46a03643d99938c0b220547c3d3f33eb.tar.gz |
[lcd4linux @ 2004-05-28 13:51:41 by reinelt]
ported driver for Beckmann+Egle Mini-Terminals
added 'flags' parameter to serial_init()
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -5482,8 +5482,8 @@ GRAPHIC="no" IMAGE="no" if test "$BECKMANNEGLE" = "yes"; then -# DRIVERS="$DRIVERS BeckmannEgle.lo" -# DRIVERS="$DRIVERS BeckmannEgle.o" +# DRIVERS="$DRIVERS drv_BeckmannEgle.lo" + DRIVERS="$DRIVERS drv_BeckmannEgle.o" cat >>confdefs.h <<\_ACEOF #define WITH_BECKMANNEGLE 1 |