From: Nicolas Thill Date: Sun, 11 Jan 2009 01:23:38 +0000 (+0000) Subject: add missing 'ac_cv_sizeof_unsigned_long_long' variable X-Git-Tag: reboot~24815 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=da4a1c6b44e31878549fbab6bb29c0bc05114224;p=openwrt%2Fopenwrt.git add missing 'ac_cv_sizeof_unsigned_long_long' variable SVN-Revision: 13970 --- diff --git a/include/site/i486-linux b/include/site/i486-linux index d22ec20858..7c5773de5d 100644 --- a/include/site/i486-linux +++ b/include/site/i486-linux @@ -23,5 +23,6 @@ ac_cv_sizeof_uint32_t=4 ac_cv_sizeof_uint64_t=8 ac_cv_sizeof_unsigned_int=4 ac_cv_sizeof_unsigned_long=4 +ac_cv_sizeof_unsigned_long_long=8 ac_cv_sizeof_unsigned_short=2 ac_cv_sizeof_void_p=4