radioshack-dmm: build fixes

This commit is contained in:
Bert Vermeulen 2012-10-15 18:25:48 +02:00
parent d375b3c3ec
commit 7b0a85c81c
4 changed files with 2 additions and 3 deletions

View File

@ -124,7 +124,7 @@ if test "x$HW_FLUKE_DMM" = "xyes"; then
fi fi
AC_ARG_ENABLE(radioshack-dmm, AC_HELP_STRING([--enable-radioshack-dmm], AC_ARG_ENABLE(radioshack-dmm, AC_HELP_STRING([--enable-radioshack-dmm],
[Enable Fluke DMM support. [default=yes]]), [Enable Radio Shack DMM support. [default=yes]]),
[HW_RADIOSHACK_DMM="$enableval"], [HW_RADIOSHACK_DMM="$enableval"],
[HW_RADIOSHACK_DMM=yes]) [HW_RADIOSHACK_DMM=yes])
AM_CONDITIONAL(HW_RADIOSHACK_DMM, test x$HW_RADIOSHACK_DMM = xyes) AM_CONDITIONAL(HW_RADIOSHACK_DMM, test x$HW_RADIOSHACK_DMM = xyes)

View File

@ -19,7 +19,7 @@
*/ */
#include <glib.h> #include <glib.h>
#include "libsigrok/libsigrok.h" #include "libsigrok.h"
#include "libsigrok-internal.h" #include "libsigrok-internal.h"
#include "config.h" #include "config.h"
#include "radioshack-dmm.h" #include "radioshack-dmm.h"

View File

@ -403,4 +403,3 @@ SR_PRIV int radioshack_receive_data(int fd, int revents, void *cb_data)
return TRUE; return TRUE;
} }