summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2006-10-02 00:59:27 +0000
committerGary E. Miller <gem@rellim.com>2006-10-02 00:59:27 +0000
commit2ad7643dbb0af1c336db09b6b4f11a8e07984953 (patch)
tree3cd48a67564a7b4365ee983e875e42c4895a3100 /configure.ac
parent6308e1bde4a160995acf2fb7e41ab10f034f99d7 (diff)
downloadgpsd-2ad7643dbb0af1c336db09b6b4f11a8e07984953.tar.gz
Add a bit more verbosity to configure. From Dave C.
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 9dd9325c..86aff312 100644
--- a/configure.ac
+++ b/configure.ac
@@ -501,6 +501,7 @@ echo "RTCM104 support : $ac_rtcm104"
echo "NTRIP support : $ac_ntrip"
echo "NTP SHM : $ac_ntpshm"
echo "NTP PPS : $ac_pps"
+echo -n "PPS input on : " ; case $ac_ppsoncts in yes) echo "CTS" ;; no) echo "DCD" ;; *) echo "Not defined" ;; esac
echo "Fixed port speed : $ac_baud"
echo "Enable shared libraries : $enable_shared"
echo "Enable DBUS support : $ac_dbus"