OPTS="${OPTS} --with-extensions="
if [ "${GEDITPLUG_CHARMAP}" == "y" ]; then
   OPTS="${OPTS}charmap,"
fi                                               &&
if [ "${GEDITPLUG_COLORPICKER}" == "y" ]; then
   OPTS="${OPTS}colorpicker,"
fi                                               &&
if [ "${GEDITPLUG_JOINLINES}" == "y" ]; then
   OPTS="${OPTS}joinlines,"
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

