| 73 |
|
|
| 74 |
dnl Check for data types which are needed by the hash function |
dnl Check for data types which are needed by the hash function |
| 75 |
dnl (golden_ratio_hash). |
dnl (golden_ratio_hash). |
| 76 |
AC_CHECK_SIZEOF(long, 4) |
AC_CHECK_SIZEOF(int) |
| 77 |
AC_CHECK_SIZEOF(long long, 8) |
AC_CHECK_SIZEOF(long) |
| 78 |
AC_CHECK_SIZEOF(long double, 12) |
AC_CHECK_SIZEOF(long long) |
| 79 |
|
AC_CHECK_SIZEOF(long double) |
| 80 |
|
AC_CHECK_SIZEOF(void *) |
| 81 |
|
|
| 82 |
dnl Switch to C++ language mode for the following libraries and headers. |
dnl Switch to C++ language mode for the following libraries and headers. |
| 83 |
AC_LANG([C++]) |
AC_LANG([C++]) |