mquery USE_ALL_PROTOCOLS "Build with all supported protocols?" y

if [ "`get_module_config USE_ALL_PROTOCOLS`" = "n" ]; then

mquery USE_ICQ    "Build with ICQ?"                y "" "--disable-icq"
mquery USE_YAHOO  "Build with Yahoo?"              y "" "--disable-yahoo"
mquery USE_AIM    "Build with AIM?"                y "" "--disable-aim"
mquery USE_IRC    "Build with IRC?"                y "" "--disable-irc"
mquery USE_JABBER "Build with Jabber (XMPP)?"      y "" "--disable-jabber"
mquery USE_GG     "Build with Gadu-Gadu?"          y "" "--disable-gg"
mquery USE_MSN    "Build with MSN?"                y "" "--disable-msn"
mquery USE_RSS    "Build with RSS reader?"         y "" "--disable-rss"
mquery USE_LJ     "Build with LiveJournal client?" y "" "--disable-lj"

fi
