From d9b5e1610339a3bb91a52561188a5b6c70f1e2a4 Mon Sep 17 00:00:00 2001 From: Chris Kuethe Date: Thu, 2 Dec 2010 10:11:53 -0800 Subject: Somehow the geostar bit got lost --- configure.ac | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'configure.ac') diff --git a/configure.ac b/configure.ac index 5b278ce6..1df5d3e0 100644 --- a/configure.ac +++ b/configure.ac @@ -507,6 +507,19 @@ else AC_MSG_RESULT([no]) fi +dnl check for Geostar support +AC_ARG_ENABLE(geostar, + AC_HELP_STRING([--disable-geostar], + [disable Geostar Protocol support]), + [ac_geostar=$enableval], [ac_geostar=yes]) +AC_MSG_CHECKING([for Geostar support]) +if test x"$ac_geostar" = "xyes"; then + AC_MSG_RESULT([yes]) + AC_DEFINE([GEOSTAR_ENABLE], 1, [Geostar Protocol support]) +else + AC_MSG_RESULT([no]) +fi + dnl check for EverMore support AC_ARG_ENABLE(evermore, AC_HELP_STRING([--disable-evermore], @@ -1049,6 +1062,7 @@ echo "EverMore : $ac_evermore" echo "FV-18 : $ac_fv18" echo "Garmin : $ac_garmin" echo "Garmin Simple Text : $ac_garmintxt" +echo "Geostar : $ac_geostar" echo "iTrax : $ac_itrax" echo "NMEA : $ac_nmea" echo "NTRIP : $ac_ntrip" @@ -1103,6 +1117,7 @@ if test "xdummy" = "xdummy" -a \ x"$ac_fv18" = "xno" -a \ x"$ac_garmin" = "xno" -a \ x"$ac_garmintxt" = "xno" -a \ + x"$ac_geostar" = "xno" -a \ x"$ac_itrax" = "xno" -a \ x"$ac_navcom" = "xno" -a \ x"$ac_nmea" = "xno" -a \ -- cgit v1.2.1