summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-07-03 17:42:36 -0400
committerKeith Packard <keithp@keithp.com>2010-07-14 19:10:04 -0700
commita9ec6be0e92dee01f7aac006ef6f7779c1da1b36 (patch)
treed509de151b0049301cea622e7777d1b11e53c861 /configure.ac
parent62294ea3830d3ea261a8761edc9fa6f98201d321 (diff)
Telemetry code was mis-computing RSSI
The RSSI data from the hardware reports in 1/2 dBm increments, and so must be divided to report plain RSSI numbers. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac2
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index d6c8682b..fafc6b34 100644
--- a/configure.ac
+++ b/configure.ac
@@ -77,6 +77,8 @@ PKG_CHECK_MODULES([ALSA], [alsa])
PKG_CHECK_MODULES([PLPLOT], [plplotd])
+PKG_CHECK_MODULES([SNDFILE], [sndfile])
+
AC_OUTPUT([
Makefile
ao-tools/Makefile