From: Uwe Hermann Date: Tue, 8 Jan 2013 00:27:11 +0000 (+0100) Subject: configure.ac: Enable Link Instruments MSO-19. X-Git-Tag: dsupstream~365 X-Git-Url: https://sigrok.org/gitaction?a=commitdiff_plain;h=8472ae868ec05533bb00b368b4c5140e24c0409b;p=libsigrok.git configure.ac: Enable Link Instruments MSO-19. This driver now compiles again and (partially) seems to work, so enable it. --- diff --git a/configure.ac b/configure.ac index cba04d84..71b56877 100644 --- a/configure.ac +++ b/configure.ac @@ -169,9 +169,9 @@ if test "x$HW_LASCAR_EL_USB" = "xyes"; then fi AC_ARG_ENABLE(link-mso19, AC_HELP_STRING([--enable-link-mso19], - [enable Link Instruments MSO-19 support [default=no]]), + [enable Link Instruments MSO-19 support [default=yes]]), [LA_LINK_MSO19="$enableval"], - [LA_LINK_MSO19=no]) + [LA_LINK_MSO19=yes]) AM_CONDITIONAL(LA_LINK_MSO19, test x$LA_LINK_MSO19 = xyes) if test "x$LA_LINK_MSO19" = "xyes"; then AC_DEFINE(HAVE_LA_LINK_MSO19, 1, [Link Instruments MSO-19 support])