diff options
author | Matthew Allum <mallum@openedhand.com> | 2006-08-29 19:03:07 +0000 |
---|---|---|
committer | Matthew Allum <mallum@openedhand.com> | 2006-08-29 19:03:07 +0000 |
commit | 24164f30d3a52c30d48c03843f4170e491e226ce (patch) | |
tree | 1aca8ff966aeaf3ace46b7999f2e579c6f3e25d5 | |
parent | 67557e18bc167ae6dc90a5ab05f324c8dbbb552e (diff) | |
download | poky-24164f30d3a52c30d48c03843f4170e491e226ce.tar.gz |
Add ac_cv_sizeof_int_p, needed mysteriously suddenly by rxvt-unicode
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@675 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/site/arm-linux | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/site/arm-linux b/meta/site/arm-linux index 1f6287abb5..ae255e24b8 100644 --- a/meta/site/arm-linux +++ b/meta/site/arm-linux | |||
@@ -11,6 +11,7 @@ ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1} | |||
11 | ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} | 11 | ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} |
12 | ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1} | 12 | ac_cv_sizeof_bool=${ac_cv_sizeof_bool=1} |
13 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 13 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
14 | ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4} | ||
14 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} | 15 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} |
15 | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4} | 16 | ac_cv_sizeof_long_int=${ac_cv_sizeof_long_int=4} |
16 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} | 17 | ac_cv_sizeof_long_long=${ac_cv_sizeof_long_long=8} |