summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2007-01-06 20:26:47 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2007-01-06 20:26:47 +0000
commitca4918aa768b5ee0e5199374a5c87da4d64a2653 (patch)
tree40e2ef5b7f6691de67122d36f6f488fbcb9efc5a /configure.ac
parent7b714674f5084697e6abbe48060083263293fef7 (diff)
downloadgpsd-ca4918aa768b5ee0e5199374a5c87da4d64a2653.tar.gz
set numbers to always be rendered in the C locale...
...irrespective of the user's environment. this makes sense given that gpsd is a wire protocol that just happens to be somewhat human-readable too. from discussion on gpsd-users by Andreas Volz and Greg Troxel
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 b1d74d8e..69439e52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -40,6 +40,7 @@ AC_CHECK_FUNCS(round, roundf)
AC_CHECK_FUNCS(strlcpy)
AC_CHECK_FUNCS(strlcat)
AC_CHECK_FUNCS(strtonum)
+AC_CHECK_FUNCS(setlocale)
AC_HEADER_TIME
AC_STRUCT_TIMEZONE