diff options
| author | reinelt <> | 2004-01-21 12:36:19 +0000 |
|---|---|---|
| committer | reinelt <> | 2004-01-21 12:36:19 +0000 |
| commit | 9436ee0cfde00c406e1eadf2a185cc5643833321 (patch) | |
| tree | bdaba83d7de4fc6e1c155054ba214f5f6f6b21a6 /configure | |
| parent | b956050207b13acd75ecbca409af5eb18d682862 (diff) | |
| download | lcd4linux-9436ee0cfde00c406e1eadf2a185cc5643833321.tar.gz | |
[lcd4linux @ 2004-01-21 12:36:19 by reinelt]
Crystalfontz NextGeneration driver added
Diffstat (limited to '')
| -rwxr-xr-x | configure | 4 | ||||
| -rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -20945,8 +20945,8 @@ _ACEOF fi if test "$CRYSTALFONTZ" = "yes"; then -# DRIVERS="$DRIVERS Crystalfontz.lo" - DRIVERS="$DRIVERS Crystalfontz.o" +# DRIVERS="$DRIVERS Crystalfontz.lo drv_Crystalfontz.lo" + DRIVERS="$DRIVERS Crystalfontz.o drv_Crystalfontz.o" cat >>confdefs.h <<\_ACEOF #define WITH_CRYSTALFONTZ 1 diff --git a/configure.in b/configure.in index 3b6ee0a..6031ea2 100644 --- a/configure.in +++ b/configure.in @@ -146,8 +146,8 @@ if test "$BECKMANNEGLE" = "yes"; then fi if test "$CRYSTALFONTZ" = "yes"; then -# DRIVERS="$DRIVERS Crystalfontz.lo" - DRIVERS="$DRIVERS Crystalfontz.o" +# DRIVERS="$DRIVERS Crystalfontz.lo drv_Crystalfontz.lo" + DRIVERS="$DRIVERS Crystalfontz.o drv_Crystalfontz.o" AC_DEFINE(WITH_CRYSTALFONTZ,1,[junk]) fi |
