From 8472ae868ec05533bb00b368b4c5140e24c0409b Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Tue, 8 Jan 2013 01:27:11 +0100 Subject: [PATCH] configure.ac: Enable Link Instruments MSO-19. This driver now compiles again and (partially) seems to work, so enable it. --- configure.ac | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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])