diff options
author | Koen Kooi <koen@openembedded.org> | 2008-09-07 16:23:13 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-09-07 16:23:13 +0000 |
commit | 419b02cdea07d8cf9ffde2be6f30f382506e8dc4 (patch) | |
tree | 51b8cb601f3e23929cc1081abdbc1d6f14054e78 /site/avr32-common | |
parent | 0d2fabf52e8b70a2aab4eeb3cfb2d61bd4231000 (diff) |
site avr32: add gmutex size
Diffstat (limited to 'site/avr32-common')
-rw-r--r-- | site/avr32-common | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/site/avr32-common b/site/avr32-common index 712cffd1e2..2d26a3adb7 100644 --- a/site/avr32-common +++ b/site/avr32-common @@ -5,6 +5,7 @@ glib_cv_uscore=${glib_cv_uscore=no} ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} ac_cv_func_posix_getgrgid_r=${ac_cv_func_getgrgid_r=yes} glib_cv_sizeof_system_thread=${glib_cv_sizeof_system_thread=4} +glib_cv_sizeof_gmutex=${glib_cv_sizeof_gmutex=24} #dbus-glib ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} |