diff options
author | Ross Burton <ross@openedhand.com> | 2007-06-27 11:35:00 +0000 |
---|---|---|
committer | Ross Burton <ross@openedhand.com> | 2007-06-27 11:35:00 +0000 |
commit | 14cb222ee2cec5874f700629ddaf263a8ed20b0f (patch) | |
tree | f81ec6e3bb3e980a1054a646bebbd634d73c04d1 | |
parent | e52e38e63708f6e52e4af73faa3616e240382327 (diff) | |
download | openembedded-core-contrib-14cb222ee2cec5874f700629ddaf263a8ed20b0f.tar.gz |
Add missing ac_cv_have_abstract_sockets, for dbus-glib
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2019 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/site/ix86-common | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/ix86-common b/meta/site/ix86-common index 6715069ad3b..f8a81686b2e 100644 --- a/meta/site/ix86-common +++ b/meta/site/ix86-common @@ -255,3 +255,6 @@ ac_cv_file__usr_share_X11_sgml_defs_ent=${ac_cv_file__usr_share_X11_sgml_defs_en # eds-dbus ac_cv_libiconv_utf8=${ac_cv_libiconv_utf8=yes} + +#dbus +ac_cv_have_abstract_sockets=${ac_cv_have_abstract_sockets=yes} |