From: Bert Vermeulen Date: Tue, 19 Mar 2013 21:07:21 +0000 (+0100) Subject: set proper build defaults for brymen-dmm and mic-985xx drivers X-Git-Tag: dsupstream~239 X-Git-Url: https://sigrok.org/gitweb/?p=libsigrok.git;a=commitdiff_plain;h=5a7587cd03d81e84a8e4538a1ec9ab36f3a077c2 set proper build defaults for brymen-dmm and mic-985xx drivers --- diff --git a/configure.ac b/configure.ac index d9126d53..9e098f9e 100644 --- a/configure.ac +++ b/configure.ac @@ -114,7 +114,7 @@ fi AC_ARG_ENABLE(brymen-dmm, AC_HELP_STRING([--enable-brymen-dmm], [enable Brymen DMM support [default=yes]]), [HW_BRYMEN_DMM="$enableval"], - [HW_BRYMEN_DMM=yes]) + [HW_BRYMEN_DMM=$HW_ENABLED_DEFAULT]) AM_CONDITIONAL(HW_BRYMEN_DMM, test x$HW_BRYMEN_DMM = xyes) if test "x$HW_BRYMEN_DMM" = "xyes"; then AC_DEFINE(HAVE_HW_BRYMEN_DMM, 1, [brymen-dmm support]) @@ -195,7 +195,7 @@ fi AC_ARG_ENABLE(mic-985xx, AC_HELP_STRING([--enable-mic-985xx], [enable MIC 985xx support [default=yes]]), [HW_MIC_985XX="$enableval"], - [HW_MIC_985XX=yes]) + [HW_MIC_985XX=$HW_ENABLED_DEFAULT]) AM_CONDITIONAL(HW_MIC_985XX, test x$HW_MIC_985XX = xyes) if test "x$HW_MIC_985XX" = "xyes"; then AC_DEFINE(HAVE_HW_MIC_985XX, 1, [MIC 985xx support])