add missing 'ac_cv_sizeof_unsigned_long_long' variable

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13970 3c298f89-4303-0410-b956-a3cf2f4a3e73
master
Nicolas Thill 2009-01-11 01:23:38 +00:00
parent 1333b5cc33
commit 1e7973e521
1 changed files with 1 additions and 0 deletions

View File

@ -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