if  [  "$GSTREAMER" = "y"  ]; then
  config_query_list  TOTEM_BACKEND  "Which backend should totem use?"  gstreamer xine
else
  config_query_list  TOTEM_BACKEND  "Which backend should totem use?"  xine gstreamer
fi
# remove this (and the $GSTREAMER check above) once the variable change made
# it to stable
# 2006-02-21 Arwed v. Merkatz
persistent_remove GSTREAMER  &&

config_query GECKO_PLUGIN "Do you want to build mozilla/firefox plugin?"  n
