aboutsummaryrefslogtreecommitdiffstats
path: root/meta/site/ix86-common
diff options
context:
space:
mode:
authorRoss Burton <ross@openedhand.com>2007-06-27 11:35:00 +0000
committerRoss Burton <ross@openedhand.com>2007-06-27 11:35:00 +0000
commit14cb222ee2cec5874f700629ddaf263a8ed20b0f (patch)
treef81ec6e3bb3e980a1054a646bebbd634d73c04d1 /meta/site/ix86-common
parente52e38e63708f6e52e4af73faa3616e240382327 (diff)
downloadopenembedded-core-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
Diffstat (limited to 'meta/site/ix86-common')
-rw-r--r--meta/site/ix86-common3
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/site/ix86-common b/meta/site/ix86-common
index 6715069ad3..f8a81686b2 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}