diff options
author | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-05-26 11:37:36 +0000 |
---|---|---|
committer | reinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f> | 2004-05-26 11:37:36 +0000 |
commit | 21152104d296939c2babecd8999b03c325de0b2c (patch) | |
tree | b885778697b3b577c7e9a2dd110679a20e669e26 /configure | |
parent | 6d265a408c14f68886dba867bd9bdb973266f3b3 (diff) | |
download | lcd4linux-21152104d296939c2babecd8999b03c325de0b2c.tar.gz |
[lcd4linux @ 2004-05-26 11:37:35 by reinelt]
Curses driver ported.
git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@436 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -5505,13 +5505,13 @@ fi if test "$CURSES" = "yes"; then if test "$has_curses" = true; then -# DRIVERS="$DRIVERS Text.lo" -# DRIVERS="$DRIVERS Text.o" +# DRIVERS="$DRIVERS drv_Curses.lo" + DRIVERS="$DRIVERS drv_Curses.o" DRVLIBS="$DRVLIBS $CURSES_LIBS" CPPFLAGS="$CPPFLAGS $CURSES_INCLUDES" cat >>confdefs.h <<\_ACEOF -#define WITH_TEXT 1 +#define WITH_CURSES 1 _ACEOF else |