config_query  DBUS_SELINUX  'Enable SELinux support?'  n  &&

if  spell_ok  gtk+2;  then
  config_query_option  DBUS_GTK2  'Build GTK+2 binaries?'  y  \
                       '--enable-gtk'  '--disable-gtk'
else
  config_query_option  DBUS_GTK2  'Build GTK+2 binaries?'  n  \
                       '--enable-gtk'  '--disable-gtk'
fi

if  spell_ok  pyrex;  then
  config_query_option  DBUS_PYREX  'Build Python bindings?'   y  \
                       '--enable-python'  '--disable-python'
else
  config_query_option  DBUS_PYREX  'Build Python bindings?'   n  \
                       '--enable-python'  '--disable-python'
fi
