add missing 'ac_cv_sizeof_unsigned_long_long' variable
authorNicolas Thill <nico@openwrt.org>
Sun, 11 Jan 2009 01:23:38 +0000 (01:23 +0000)
committerNicolas Thill <nico@openwrt.org>
Sun, 11 Jan 2009 01:23:38 +0000 (01:23 +0000)
SVN-Revision: 13970

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