X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=configure.in;h=5452e882c6891c7d9702939cab6a05a5badb2300;hp=608794e4dbe48440dddebe89c65cc76451ff3163;hb=2e34cb0dde08460c22b51a8ec354515d71fec083;hpb=e4438af1c4165d7c0eef3f380aa0f12597c913dd diff --git a/configure.in b/configure.in index 608794e..5452e88 100644 --- a/configure.in +++ b/configure.in @@ -62,6 +62,11 @@ fi AC_C_CONST AC_C_INLINE +AC_CHECK_SIZEOF(int) +AC_CHECK_SIZEOF(long) +AC_CHECK_SIZEOF(long long) +AC_CHECK_SIZEOF(void *) + # Checks for library functions. AC_FUNC_ALLOCA AC_FUNC_STRNLEN