if  spell_ok  gtk+2
then
  config_query  GTK2  "Build gtk+2 graphical client?"  y
else
  config_query  GTK2  "Build gtk+2 graphical client?"  n
fi  &&

#
# Only query for gtk+ if we didn't want gtk+2
#
if  [  "$GTK2"  ==  "n"  ]
then
  if  spell_ok  gtk+
  then
    config_query  GTK  "Build gtk+ graphical client?"  y
  else
    config_query  GTK  "Build gtk+ graphical client?"  n
  fi
fi
