if [ "$GTK_ONLY" == "y" ]; then
     echo "Building without gnome support"   &&
     OPTS="$OPTS --disable-gnome"
else
     echo "Building with gnome support"
fi &&
default_build
