add missing 'ac_cv_sizeof_unsigned_long_long' variable
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Jan 2009 01:23:38 +0000 (01:23 +0000)
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 11 Jan 2009 01:23:38 +0000 (01:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13970 3c298f89-4303-0410-b956-a3cf2f4a3e73

include/site/i486-linux

index d22ec208584eb34bf722db89cf5a6c78c3ea96fc..7c5773de5d933fd09d56f6fed723c4eb409840a2 100644 (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