OPTS="${OPTS} --with-extensions="
if [ "${GEDITPLUG_BRACKET}" == "y" ]; then
   OPTS="${OPTS}bracketcompletion,"
fi                                               &&
if [ "${GEDITPLUG_CHARMAP}" == "y" ]; then
   OPTS="${OPTS}charmap,"
fi                                               &&
if [ "${GEDITPLUG_CODECOMMENT}" == "y" ]; then
   OPTS="${OPTS}codecomment,"
fi                                               &&
if [ "${GEDITPLUG_COLORPICKER}" == "y" ]; then
   OPTS="${OPTS}colorpicker,"
fi                                               &&
if [ "${GEDITPLUG_DRAWSPACE}" == "y" ]; then
   OPTS="${OPTS}drawspaces,"
fi                                               &&
if [ "${GEDITPLUG_JOINLINES}" == "y" ]; then
   OPTS="${OPTS}joinlines,"
fi                                               &&
if [ "${GEDITPLUG_SESSAVE}" == "y" ]; then
   OPTS="${OPTS}sessionsaver,"
fi                                               &&
if [ "${GEDITPLUG_SHOWTABBAR}" == "y" ]; then
   OPTS="${OPTS}showtabbar,"
fi                                               &&
if [ "${GEDITPLUG_SMARTSPACES}" == "y" ]; then
   OPTS="${OPTS}smartspaces,"
fi                                              &&
if [ "${GEDITPLUG_TERMINAL}" == "y" ]; then
   OPTS="${OPTS}terminal,"
fi                                              

default_build

