if [ "$GNOME" == "y" ]; then
   OPTS="$OPTS --enable-gnome"
else
   OPTS="$OPTS --disable-gnome"
fi                               &&

if [ "$UNIHAN" == "y" ]; then
   OPTS="$OPTS --enable-unihan"
else
   OPTS="$OPTS --disable-unihan"
fi                               &&

default_build

