aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-05-26 05:03:27 +0000
committerreinelt <reinelt@3ae390bd-cb1e-0410-b409-cd5a39f66f1f>2004-05-26 05:03:27 +0000
commit6d265a408c14f68886dba867bd9bdb973266f3b3 (patch)
tree7fee418f7c2993a271430a06bdee4ca6eaa5689f /configure
parent724c7f8cd64c89cab261c0e3188398395cf09fd4 (diff)
downloadlcd4linux-6d265a408c14f68886dba867bd9bdb973266f3b3.tar.gz
[lcd4linux @ 2004-05-26 05:03:24 by reinelt]
MilfordInstruments driver ported git-svn-id: https://ssl.bulix.org/svn/lcd4linux/trunk@435 3ae390bd-cb1e-0410-b409-cd5a39f66f1f
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure52
1 files changed, 26 insertions, 26 deletions
diff --git a/configure b/configure
index 05ef2d0..a48f43c 100755
--- a/configure
+++ b/configure
@@ -5556,30 +5556,6 @@ _ACEOF
fi
-if test "$T6963" = "yes"; then
- GRAPHIC="yes"
- PARPORT="yes"
-# DRIVERS="$DRIVERS drv_T6963.lo"
- DRIVERS="$DRIVERS drv_T6963.o"
-
-cat >>confdefs.h <<\_ACEOF
-#define WITH_T6963 1
-_ACEOF
-
-fi
-
-if test "$USBLCD" = "yes"; then
- TEXT="yes"
- SERIAL="yes"
-# DRIVERS="$DRIVERS drv_USBLCD.lo"
- DRIVERS="$DRIVERS drv_USBLCD.o"
-
-cat >>confdefs.h <<\_ACEOF
-#define WITH_USBLCD 1
-_ACEOF
-
-fi
-
if test "$MATRIXORBITAL" = "yes"; then
SERIAL="yes"
# DRIVERS="$DRIVERS drv_MatrixOrbital.lo"
@@ -5592,8 +5568,8 @@ _ACEOF
fi
if test "$MILINST" = "yes"; then
-# DRIVERS="$DRIVERS MilfordInstruments.lo"
-# DRIVERS="$DRIVERS MilfordInstruments.o"
+# DRIVERS="$DRIVERS drv_MilfordInstruments.lo"
+ DRIVERS="$DRIVERS drv_MilfordInstruments.o"
cat >>confdefs.h <<\_ACEOF
#define WITH_MILINST 1
@@ -5632,6 +5608,30 @@ if test "$IMAGE" = "yes"; then
DRIVERS="$DRIVERS drv_Image.o"
fi
+if test "$T6963" = "yes"; then
+ GRAPHIC="yes"
+ PARPORT="yes"
+# DRIVERS="$DRIVERS drv_T6963.lo"
+ DRIVERS="$DRIVERS drv_T6963.o"
+
+cat >>confdefs.h <<\_ACEOF
+#define WITH_T6963 1
+_ACEOF
+
+fi
+
+if test "$USBLCD" = "yes"; then
+ TEXT="yes"
+ SERIAL="yes"
+# DRIVERS="$DRIVERS drv_USBLCD.lo"
+ DRIVERS="$DRIVERS drv_USBLCD.o"
+
+cat >>confdefs.h <<\_ACEOF
+#define WITH_USBLCD 1
+_ACEOF
+
+fi
+
if test "$X11" = "yes"; then
if test "$no_x" = "yes"; then
{ echo "$as_me:$LINENO: WARNING: X11 headers or libraries not available: X11 driver disabled" >&5