OPTS="$OPTS --enable-no-rtti"
OPTS="$OPTS --enable-no_exceptions"

if [[ $GTK2 == "y" ]]; then
  OPTS="$OPTS --enable-gtk2 "
fi
if [[ $UNICODE == "y" ]]; then
  OPTS="$OPTS --enable-unicode"
fi

default_build
