config_query 		XML_SUPPORT                                              \
			"Do you want XML support?" y                             &&

if [ $XML_SUPPORT = 'y' ]; then
  config_query_list  	XML_PROVIDER                                             \
			"Which spell do you want to use to provide XML support?" \
			"expat"                                                  \
			"libxml2"
fi
