if  spell_ok  depends gtk+2       &&
    spell_ok  depends libglade2;  then
  config_query  AQBANKING_GTK  "Build GTK+2 frontend?"  y
else
  config_query  AQBANKING_GTK  "Build GTK+2 frontend?"  n
fi  &&

if  spell_ok  qt-x11;  then
  config_query  AQBANKING_QT   "Build QT frontend?"     y
else
  config_query  AQBANKING_QT   "Build QT frontend?"     n
fi  &&

if  spell_ok  kdelibs;  then
  config_query  AQBANKING_KDE  "Build KDE frontend?"    y
else
  config_query  AQBANKING_KDE  "Build KDE frontend?"    n
fi  &&

if [ "${AQBANKING_QT}" == "y" ]; then
   config_query AQBANKING_QTTHREADS  "Enable threads on QT frontend?" n
fi
