From: Uwe Hermann Date: Wed, 14 Nov 2012 17:29:27 +0000 (+0100) Subject: configure.ac: Update NEED_SERIAL list. X-Git-Tag: dsupstream~541 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=e42b82a66f4a16dcc17ccf018637daa7a1a0df51;p=libsigrok.git configure.ac: Update NEED_SERIAL list. --- diff --git a/configure.ac b/configure.ac index 72a31b89..8d87c98f 100644 --- a/configure.ac +++ b/configure.ac @@ -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)