summaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorChris Kuethe <chris.kuethe@gmail.com>2007-01-17 00:13:48 +0000
committerChris Kuethe <chris.kuethe@gmail.com>2007-01-17 00:13:48 +0000
commit2b928c59b283639fe4f43fb8892408f8d11b45f0 (patch)
treef0a899fbcbe9b133e0fbd101f47cd38cff7a80b9 /configure.ac
parentc4fa7cecb498687f01257aecbc791056e4a70081 (diff)
downloadgpsd-2b928c59b283639fe4f43fb8892408f8d11b45f0.tar.gz
the autoconf documentation (section 5.10.2) says...
...that these tests work even when cross-compiling.
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 85be99ca..9dc2a3a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -22,6 +22,8 @@ AC_PROG_INSTALL
AC_PROG_LIBTOOL
AC_PROG_CXX
AC_C_BIGENDIAN
+AC_CHECK_SIZEOF([float])
+AC_CHECK_SIZEOF([double])
AC_FUNC_ALLOCA
AC_STDC_HEADERS
AC_C_CONST