aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <>2004-05-26 11:37:36 +0000
committerreinelt <>2004-05-26 11:37:36 +0000
commit5ca4d384ecc4ff55cc61a1b9145f83aedf3d6406 (patch)
treeb885778697b3b577c7e9a2dd110679a20e669e26 /configure
parent31ba3b03e6df7bc0ed59739090aca333469f8aa3 (diff)
downloadlcd4linux-5ca4d384ecc4ff55cc61a1b9145f83aedf3d6406.tar.gz
[lcd4linux @ 2004-05-26 11:37:35 by reinelt]
Curses driver ported.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure6
1 files changed, 3 insertions, 3 deletions
diff --git a/configure b/configure
index a48f43c..a5194e7 100755
--- a/configure
+++ b/configure
@@ -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