X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=configure.ac;h=71b568773be18cf8baef73652004c647601f26ee;hb=8472ae868ec05533bb00b368b4c5140e24c0409b;hp=cba04d8474bf31d7ff7f1cf83a830b0efd921407;hpb=f4816ac6cc2403558276ada44d3e14eb4a9b3d15;p=libsigrok.git 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])