aboutsummaryrefslogtreecommitdiffstats
path: root/site/arm-common
diff options
context:
space:
mode:
authorPhilipp Zabel <philipp.zabel@gmail.com>2007-11-16 16:12:56 +0000
committerPhilipp Zabel <philipp.zabel@gmail.com>2007-11-16 16:12:56 +0000
commit0ded981f0bed7d8d92ec2633c9cc3f89a90ccf31 (patch)
tree4a6524de1976e9fce3267d5d6ddfe67d8e29fd42 /site/arm-common
parent3dd5a5d7ad3829252e36e97085521f88cc8f0bbc (diff)
downloadopenembedded-0ded981f0bed7d8d92ec2633c9cc3f89a90ccf31.tar.gz
site/arm-*: add getgrgid for gio
Diffstat (limited to 'site/arm-common')
-rw-r--r--site/arm-common3
1 files changed, 3 insertions, 0 deletions
diff --git a/site/arm-common b/site/arm-common
index fb050dbcf1..5d3e68a18a 100644
--- a/site/arm-common
+++ b/site/arm-common
@@ -74,6 +74,9 @@ ac_cv_func_fnmatch_works=${ac_cv_func_fnmatch_works=yes}
# gettext
am_cv_func_working_getline=${am_cv_func_working_getline=yes}
+# gio
+ac_cv_func_getgrgid_r=${ac_cv_func_getgrgid_r=yes}
+
# glib
glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24}
glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4}