Bug: 64bit int/uint support missing in configure.ac (4.1.1)
John Center
john.center at villanova.edu
Fri Feb 5 13:43:55 UTC 2010
Hi,
I had to add the following to configure.ac & run autoconf to get 4.1.1
to compile 64bit on Solaris 10 (SPARC) using Sun Studio 12.1:
324a325
> AC_TYPE_INT64_T
341a343,347
> AC_CHECK_TYPE([u_int64_t], [], [
> AC_TYPE_UINT64_T
> AC_DEFINE(u_int64_t, [uint64_t], [Define a type for 64-bit unsigned
> integers.])
> ])
HTH
-John
--
John Center
Villanova University
More information about the dhcp-hackers
mailing list