summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Kuethe <ckuethe@users.berlios.de>2010-04-10 11:42:00 -0700
committerChris Kuethe <ckuethe@users.berlios.de>2010-04-10 11:42:00 -0700
commit4a44467607c9c26a79f3a593fc0bf1ed278999a0 (patch)
tree5fc294f5ac592ffbfc6f1d35b02097f6ad2b0433 /configure.ac
parent09401abed8d799a315d8f47b72bd4dfd626166df (diff)
downloadgpsd-4a44467607c9c26a79f3a593fc0bf1ed278999a0.tar.gz
gpsdecode depends on rtcm2, rtcm3 and aivdm
Diffstat (limited to 'configure.ac')
-rw-r--r--configure.ac1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac
index ba5c524f..c2383b7b 100644
--- a/configure.ac
+++ b/configure.ac
@@ -651,6 +651,7 @@ if test x"$ac_aivdm" = "xyes"; then
else
AC_MSG_RESULT([no])
fi
+AM_CONDITIONAL([HAVE_AIVDM], [test "$ac_aivdm" = "yes"])
dnl check for latency timing support
AC_ARG_ENABLE(timing,