aboutsummaryrefslogtreecommitdiffstats
path: root/configure.in
diff options
context:
space:
mode:
Diffstat (limited to 'configure.in')
-rw-r--r--configure.in4
1 files changed, 2 insertions, 2 deletions
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