author | Florian Forster <octo@noris.net> | |
Fri, 21 Nov 2008 16:42:37 +0000 (17:42 +0100) | ||
committer | Florian Forster <octo@noris.net> | |
Fri, 21 Nov 2008 16:42:37 +0000 (17:42 +0100) | ||
commit | dfc4819ad20c8d959d154e4ad3a3701cc7233f63 | |
tree | 7ee1b0549abfad67cd8ff08aa3ba19a990423a59 | tree | snapshot |
parent | 845886a4f028ca82e054be0536e5a7863d915352 | commit | diff |
configure.in: Include <stdint.h> and <inttypes.h> when checking for double storage layout.
Some systems, for example Solaris 9, don't have <stdint.h> and define
`uint32_t' via <inttypes.h> instead. Be more permissive by including
both header files when checking how doubles are stored in memory.
Some systems, for example Solaris 9, don't have <stdint.h> and define
`uint32_t' via <inttypes.h> instead. Be more permissive by including
both header files when checking how doubles are stored in memory.
configure.in | diff | blob | history |