Workaround for OSes that don't have intmax_t and uintmax_t
authorIan Lynagh <igloo@earth.li>
Fri, 25 Aug 2006 13:49:36 +0000 (13:49 +0000)
committerIan Lynagh <igloo@earth.li>
Fri, 25 Aug 2006 13:49:36 +0000 (13:49 +0000)
commita33173b02278a40122b50cc4caca483c492b5b54
treed89ff49fcd52162ad07a43e1bb603f7eec1fce61
parent36dfc2e2fe3a7cf2e46f571a573d5196349964c4
Workaround for OSes that don't have intmax_t and uintmax_t
OpenBSD (and possibly others) do not have intmax_t and uintmax_t types:
    http://www.mail-archive.com/haskell-prime@haskell.org/msg01548.html
so substitute (unsigned) long long if we have them, otherwise
(unsigned) long.
configure.ac