]> sigrok.org Git - libsigrok.git/blobdiff - configure.ac
libsigrok: (Trivial) Add support for 2400 baud
[libsigrok.git] / configure.ac
index bc51a1e7a7281baf9e90dceb2d98871b74c249f4..857d0ead47a024a9a26eb70b165366be77f3ff07 100644 (file)
@@ -124,7 +124,7 @@ if test "x$HW_FLUKE_DMM" = "xyes"; then
 fi
 
 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=yes])
 AM_CONDITIONAL(HW_RADIOSHACK_DMM, test x$HW_RADIOSHACK_DMM = xyes)