]> sigrok.org Git - libsigrok.git/commitdiff
configure.ac: Update NEED_SERIAL list.
authorUwe Hermann <redacted>
Wed, 14 Nov 2012 17:29:27 +0000 (18:29 +0100)
committerUwe Hermann <redacted>
Wed, 14 Nov 2012 17:29:27 +0000 (18:29 +0100)
configure.ac

index 72a31b89ae704a9049eef76bd91d39e20156ffeb..8d87c98fb702b639ed2bcd74d1b890626a66d4cb 100644 (file)
@@ -308,8 +308,14 @@ AM_CONDITIONAL(NEED_EZUSB, \
 
 # Serial port helper code is only needed for some hardware drivers.
 AM_CONDITIONAL(NEED_SERIAL, \
-       test "x$LA_OLS" != xno \
-       -o "x$HW_AGILENT_DMM" != xno \
+       test "x$HW_AGILENT_DMM" != xno \
+       -o "x$HW_COLEAD_SLM" != xno \
+       -o "x$HW_FLUKE_DMM" != xno \
+       -o "x$LA_LINK_MSO19" != xno \
+       -o "x$LA_OLS" != xno \
+       -o "x$HW_RADIOSHACK_DMM" != xno \
+       -o "x$HW_TEKPOWER_DMM" != xno \
+       -o "x$HW_TONDAJ_SL_814" != xno \
 )
 
 AC_SUBST(SR_PKGLIBS)